Added missing Window.update in Grass demo

This commit is contained in:
Elias Naur 2004-01-31 20:40:24 +00:00
parent ea80c5b67d
commit 6839a17408
1 changed files with 1 additions and 0 deletions

View File

@ -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;