Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Nov 25, 2023
1 parent 69b64ec commit fc1d6a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,6 @@ public void refreshRequested () {
}

System.setProperty("java.awt.headless", "true");
Lwjgl3Application app = new Lwjgl3Application(test, config);
new Lwjgl3Application(test, config);
}
}

0 comments on commit fc1d6a7

Please sign in to comment.