diff options
Diffstat (limited to 'src/demos')
-rw-r--r-- | src/demos/proceduralTexturePhysics/Water.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demos/proceduralTexturePhysics/Water.java b/src/demos/proceduralTexturePhysics/Water.java index f29d4a1..176129f 100644 --- a/src/demos/proceduralTexturePhysics/Water.java +++ b/src/demos/proceduralTexturePhysics/Water.java @@ -463,6 +463,8 @@ public class Water { } catch (InterruptedException e) { } } + + gl.glFinish(); } public void reshape(GLAutoDrawable drawable, int x, int y, int width, int height) {} |