r3656 - in trunk/misc/buildfiles/osx: Nexuiz-SDL.app/Contents/MacOS Nexuiz.app/Contents/MacOS
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat May 24 10:01:16 EDT 2008
Author: div0
Date: 2008-05-24 10:01:14 -0400 (Sat, 24 May 2008)
New Revision: 3656
Modified:
trunk/misc/buildfiles/osx/Nexuiz-SDL.app/Contents/MacOS/nexuiz-osx-sdl
trunk/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS/nexuiz-osx-agl
Log:
remove r_glsl 0 for OS X - it seems to work fine for most people now
Modified: trunk/misc/buildfiles/osx/Nexuiz-SDL.app/Contents/MacOS/nexuiz-osx-sdl
===================================================================
--- trunk/misc/buildfiles/osx/Nexuiz-SDL.app/Contents/MacOS/nexuiz-osx-sdl 2008-05-23 19:25:41 UTC (rev 3655)
+++ trunk/misc/buildfiles/osx/Nexuiz-SDL.app/Contents/MacOS/nexuiz-osx-sdl 2008-05-24 14:01:14 UTC (rev 3656)
@@ -3,4 +3,4 @@
export DYLD_LIBRARY_PATH="${0%/*}"
# same dir as the executable
-exec "$0"-bin "$@" -notexturenonpoweroftwo +"r_glsl 0" +"gl_lockarrays 0"
+exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0"
Modified: trunk/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS/nexuiz-osx-agl
===================================================================
--- trunk/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS/nexuiz-osx-agl 2008-05-23 19:25:41 UTC (rev 3655)
+++ trunk/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS/nexuiz-osx-agl 2008-05-24 14:01:14 UTC (rev 3656)
@@ -3,4 +3,4 @@
export DYLD_LIBRARY_PATH="${0%/*}"
# same dir as the executable
-exec "$0"-bin "$@" -notexturenonpoweroftwo +"r_glsl 0" +"gl_lockarrays 0"
+exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0"
More information about the nexuiz-commits
mailing list