From b829a8848aa706eab1c3f1d040b91d20a09dc682 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 6 Aug 2005 20:15:13 +0000 Subject: Missed new DemoListener.repaint() in a few places git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JSR-231@109 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java') diff --git a/src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java b/src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java index e030cc0..f3ca4df 100644 --- a/src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java +++ b/src/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java @@ -67,6 +67,7 @@ public class ProceduralTexturePhysics implements GLEventListener { public void shutdownDemo() { runExit(animator); } + public void repaint() {} }); Frame frame = new Frame("Procedural Texture Waves"); -- cgit v1.2.3