We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4e9fe commit aace072Copy full SHA for aace072
src/JavaGameEngine/JavaGameEngine.java
@@ -71,7 +71,7 @@ public void run() {
71
} catch (InterruptedException e) {
72
e.printStackTrace();
73
}
74
- Toolkit.getDefaultToolkit().sync();
+ //Toolkit.getDefaultToolkit().sync();
75
GAMEWORLD.repaint();
76
77
0 commit comments