Skip to content

Commit

Permalink
Update Display.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Verschwiegener authored Oct 25, 2021
1 parent fe1a17b commit aad2dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/verschwiegener/lwjgl3/display/Display.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class Display {
glfwDefaultWindowHints();
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
glfwWindowHint(GLFW_RESIZABLE, GLFW_TRUE);
glfwWindowHint(GLFW_DOUBLEBUFFER, GLFW_FALSE);
//glfwWindowHint(GLFW_DOUBLEBUFFER, GLFW_FALSE);
glfwWindowHint(GLFW_DECORATED, GLFW_TRUE);


Expand Down

0 comments on commit aad2dc5

Please sign in to comment.