fix: removed double Keyboard.read

This commit is contained in:
Brian Matzon 2003-03-28 23:40:45 +00:00
parent 157e7673cc
commit 164daef315
1 changed files with 0 additions and 1 deletions

View File

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