From dcd912a0c53cc36d110c610650b7a4c5d1422f78 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 4 Sep 2010 16:48:37 +0200 Subject: [PATCH] remove gl_lockarrays 0 on OS X (option no longer exists for ages) --- .../osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl | 3 +-- misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2