diff options
Diffstat (limited to 'src/demos/testContextDestruction/TestContextDestruction.java')
-rwxr-xr-x | src/demos/testContextDestruction/TestContextDestruction.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/testContextDestruction/TestContextDestruction.java b/src/demos/testContextDestruction/TestContextDestruction.java index d0c3a8f..a012639 100755 --- a/src/demos/testContextDestruction/TestContextDestruction.java +++ b/src/demos/testContextDestruction/TestContextDestruction.java @@ -217,6 +217,7 @@ public class TestContextDestruction { } public void dispose(GLAutoDrawable drawable) { + System.out.println("Listener.dispose()"); } public void display(GLAutoDrawable drawable) { |