We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72e8cf commit dd79adfCopy full SHA for dd79adf
src/main/java/org/crafter/Main.java
@@ -38,7 +38,7 @@ public static void main(String[] args) {
38
Chunk testChunk = new Chunk(0,0);
39
40
41
- while(Window.shouldClose()) {
+ while(!Window.shouldClose()) {
42
Window.pollEvents();
43
44
Window.clearAll();
0 commit comments