From 3d7226ea85ca4ab1582edc96274cb4f69d172f3f Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 5 Dec 2005 22:36:27 +0000 Subject: 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 --- src/demos/proceduralTexturePhysics/Water.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/demos/proceduralTexturePhysics') 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) {} -- cgit v1.2.3