fix: removed double Keyboard.read

This commit is contained in:
Brian Matzon 2003-03-28 23:40:45 +00:00
parent 157e7673cc
commit 164daef315

View file

@ -108,7 +108,6 @@ public final class Game {
System.exit(0);
Keyboard.poll();
Keyboard.read();
mainLoop();
render();
gl.paint();