LWJGL Backend: fix issue #232
This commit is contained in:
parent
d2af0017b2
commit
19338deaf8
@ -181,7 +181,9 @@ public abstract class LwjglAbstractDisplay extends LwjglContext implements Runna
|
|||||||
|
|
||||||
// check input after we synchronize with framerate.
|
// check input after we synchronize with framerate.
|
||||||
// this reduces input lag.
|
// this reduces input lag.
|
||||||
|
if (renderable.get()){
|
||||||
Display.processMessages();
|
Display.processMessages();
|
||||||
|
}
|
||||||
|
|
||||||
// Subclasses just call GLObjectManager clean up objects here
|
// Subclasses just call GLObjectManager clean up objects here
|
||||||
// it is safe .. for now.
|
// it is safe .. for now.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user