mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-23 16:15:11 +01:00
fix: removed double Keyboard.read
This commit is contained in:
parent
157e7673cc
commit
164daef315
|
|
@ -108,7 +108,6 @@ public final class Game {
|
|||
System.exit(0);
|
||||
|
||||
Keyboard.poll();
|
||||
Keyboard.read();
|
||||
mainLoop();
|
||||
render();
|
||||
gl.paint();
|
||||
|
|
|
|||
Loading…
Reference in a new issue