diff options
author | Kenneth Russel <[email protected]> | 2005-12-06 07:16:49 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-12-06 07:16:49 +0000 |
commit | 73ca0aa7d728b4dff41f50c048b86200adba86af (patch) | |
tree | e246d91a7a5cc562d7cb274543e109757945e28c | |
parent | 3d7226ea85ca4ab1582edc96274cb4f69d172f3f (diff) |
Removed code inadvertently checked in along with
MacOSXOnscreenGLContext
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@154 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-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) {} |