diff options
-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") |