diff options
author | Sven Gothel <[email protected]> | 2009-10-04 17:11:11 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-10-04 17:11:11 -0700 |
commit | 7997824464198164a74f4d20620d2f432578024c (patch) | |
tree | dd8c288d66d279f10f9edb4d35d8abeb03ccf164 /java-dbg-noawt.sh | |
parent | 4b9a72c24bb97ed81c79c3931d4ffb5fa53d9978 (diff) |
ReadBuffer Demos: Use NetPbmTextureWriter
Diffstat (limited to 'java-dbg-noawt.sh')
-rwxr-xr-x | java-dbg-noawt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java-dbg-noawt.sh b/java-dbg-noawt.sh index 2282348..15b4070 100755 --- a/java-dbg-noawt.sh +++ b/java-dbg-noawt.sh @@ -15,7 +15,7 @@ if [ $CPOK -eq 0 ] ; then echo No JOGL in CLASSPATH else # D_ARGS="-Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" - D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState" + D_ARGS="-Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState" if [ $MOSX -eq 1 ] ; then X_ARGS="-XstartOnFirstThread" fi |