From 03b23d88d20c3382717776e462faad40001d2519 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 14 Nov 2010 12:53:13 +1300 Subject: [PATCH] Make the OSX packaged build use the Gl renderer. --- packaging/osx/template.app/Contents/MacOS/OpenRA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osx/template.app/Contents/MacOS/OpenRA b/packaging/osx/template.app/Contents/MacOS/OpenRA index 98406f50e8..5be9c55465 100755 --- a/packaging/osx/template.app/Contents/MacOS/OpenRA +++ b/packaging/osx/template.app/Contents/MacOS/OpenRA @@ -75,7 +75,7 @@ fi # Run the game cd "${GAME_PATH}" -"${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA +"${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD Graphics.Renderer=Gl SupportDir=~/Library/"Application Support"/OpenRA # Did we crash? STATUS=$?