summaryrefslogtreecommitdiffstats
path: root/src/android/com
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-01 01:34:15 +0200
committerSven Gothel <[email protected]>2011-10-01 01:34:15 +0200
commit1807d508a6fc9a492692fc3621a254fdbaee47fd (patch)
treeca9ed019d1c8e125a988bd3d5a8f069b184e1735 /src/android/com
parente29d192999c676a5e3472df6daadd14fc8b69227 (diff)
NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAP
Diffstat (limited to 'src/android/com')
-rw-r--r--src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
index 0c5684a1f..14742734b 100644
--- a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
+++ b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
@@ -66,8 +66,8 @@ public abstract class NEWTLauncherActivity extends Activity {
System.setProperty("jogl.debug.GLProfile", "true");
System.setProperty("jogl.debug.GLDrawable", "true");
System.setProperty("jogl.debug.GLSLCode", "true");
- System.setProperty("jogl.debug.GLSLState", "true");
- System.setProperty("jogl.debug.DebugGL", "true");
+ // System.setProperty("jogl.debug.GLSLState", "true");
+ // System.setProperty("jogl.debug.DebugGL", "true");
// System.setProperty("jogl.debug.TraceGL", "true");
// System.setProperty("newt.debug", "all");