diff options
author | Kenneth Russel <[email protected]> | 2005-12-05 22:36:27 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-12-05 22:36:27 +0000 |
commit | 3d7226ea85ca4ab1582edc96274cb4f69d172f3f (patch) | |
tree | 4b72de3fe5d54acfebf05974c9e8daa2a91449bb /src/demos/proceduralTexturePhysics | |
parent | e936a40c752831a64c2ad504b74864da6e582deb (diff) |
Added MacOSXExternalGLContext support as suggested by Billy Biggs
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@153 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/proceduralTexturePhysics')
-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) {} |