mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Simplification work
This commit is contained in:
parent
fca57cefd5
commit
3df3d2d401
9 changed files with 184 additions and 230 deletions
|
|
@ -242,7 +242,6 @@ public class PositionTest extends BasicTest {
|
|||
// render and paint if !minimized and not dirty
|
||||
if(Window.isFocused() || Window.isDirty()) {
|
||||
render();
|
||||
Window.paint();
|
||||
} else {
|
||||
// sleeeeeep
|
||||
pause(100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue