diff options
Diffstat (limited to 'src/test/com')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java index ba43cc263..dde7252e8 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java @@ -65,7 +65,6 @@ public class TestGLSLSimple01NEWT extends UITestCase { Assert.assertTrue(window.isNativeValid()); GLContext context = window.getContext(); - context.setSynchronized(true); // trigger native creation of drawable/context window.display(); |