From: Rudolf Polzer Date: Sat, 4 Sep 2010 14:48:37 +0000 (+0200) Subject: remove gl_lockarrays 0 on OS X (option no longer exists for ages) X-Git-Tag: xonotic-v0.1.0preview~243 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=dcd912a0c53cc36d110c610650b7a4c5d1422f78;ds=sidebyside remove gl_lockarrays 0 on OS X (option no longer exists for ages) --- diff --git a/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl b/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl index 1926bbde..0620633f 100644 --- a/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl +++ b/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl @@ -3,5 +3,4 @@ export DYLD_LIBRARY_PATH="${0%/*}" # same dir as the executable -exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0" - +exec "$0"-bin "$@" -notexturenonpoweroftwo diff --git a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl index 77cdbe56..0620633f 100644 --- a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl +++ b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl @@ -3,4 +3,4 @@ export DYLD_LIBRARY_PATH="${0%/*}" # same dir as the executable -exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0" +exec "$0"-bin "$@" -notexturenonpoweroftwo