Skip to content

Commit aace072

Browse files
committed
test
1 parent 5a4e9fe commit aace072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JavaGameEngine/JavaGameEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void run() {
7171
} catch (InterruptedException e) {
7272
e.printStackTrace();
7373
}
74-
Toolkit.getDefaultToolkit().sync();
74+
//Toolkit.getDefaultToolkit().sync();
7575
GAMEWORLD.repaint();
7676
}
7777
}

0 commit comments

Comments
 (0)