diff options
Diffstat (limited to 'src/demos/vertexProgWarp/VertexProgWarp.java')
-rw-r--r-- | src/demos/vertexProgWarp/VertexProgWarp.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/demos/vertexProgWarp/VertexProgWarp.java b/src/demos/vertexProgWarp/VertexProgWarp.java index 1e51beb..03f42ae 100644 --- a/src/demos/vertexProgWarp/VertexProgWarp.java +++ b/src/demos/vertexProgWarp/VertexProgWarp.java @@ -245,6 +245,9 @@ public class VertexProgWarp extends Demo { initComplete = true; } + public void dispose(GLAutoDrawable drawable) { + } + public void display(GLAutoDrawable drawable) { if (!initComplete) { return; |