mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Added missing Window.update in Grass demo
This commit is contained in:
parent
ea80c5b67d
commit
6839a17408
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ public class Grass {
|
|||
aslod.count = 0.0f;
|
||||
|
||||
while (!finished) {
|
||||
Window.update();
|
||||
keyPoll();
|
||||
float degree = (1.0f + (aslod.value * 20.0f)) * 0.01745329f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue