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