]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic
authorRudolf Polzer <divverent@xonotic.org>
Thu, 8 Mar 2012 14:37:14 +0000 (15:37 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 8 Mar 2012 14:37:14 +0000 (15:37 +0100)
misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-sdl

index f5789e8e8d3e29caf094775df25773696aa2b47d..2155d9a9f6f8f39b531c17e29c86f2775199e789 100755 (executable)
@@ -7,8 +7,8 @@ export DYLD_LIBRARY_PATH="${0%/*}"
 set -- "$0"-bin "$@" -notexturenonpoweroftwo
 
 case "`sw_vers -productVersion`" in
-       # OSX Lion has problems with SDL and running fullscreen, hence we force windowed mode
-       10.7.[0-9]*)
+       # OSX Lion up to 10.7.2 has problems with SDL and running fullscreen, hence we force windowed mode
+       10.7.[0-2])
                exec "$@" +vid_fullscreen 0
                ;;
        # shell pattern for "10.6 and higher"