diff options
author | Sven Gothel <[email protected]> | 2013-06-17 06:21:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-17 06:21:43 +0200 |
commit | c24f44036971bf58b5c47a6e1f7d9f186c67e789 (patch) | |
tree | da601ef075fb04c49a751925dd48bcaec3cf5fbb | |
parent | 24b63b18e6ca3f657350d6c80e4914eadce60164 (diff) |
Bug 735: Fix comment in test, since mystery is solved :)
-rw-r--r-- | src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java | 3 | ||||
-rw-r--r-- | src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java index 4cf342c0e..1f98964c6 100644 --- a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java +++ b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java @@ -41,7 +41,8 @@ import com.jogamp.opengl.util.glsl.ShaderState; * <br/> * OSX Results: * <pre> - * - Only RED Clear Color + * - Visible content + * - Fluent animation * </pre> */ @SuppressWarnings("serial") diff --git a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java index a03afba7a..2b277dba0 100644 --- a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java +++ b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java @@ -43,7 +43,8 @@ import com.jogamp.opengl.util.glsl.ShaderState; * </pre> * OSX Results: * <pre> - * - Only RED Clear Color + * - Visible content + * - Fluent animation * </pre> */ @SuppressWarnings("serial") |