Use the Gl renderer by default on all platforms.

This commit is contained in:
Paul Chote
2010-11-21 11:52:15 +13:00
parent d7e8388600
commit 1461309dba
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ fi
# Run the game
cd "${GAME_PATH}"
"${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD Graphics.Renderer=Gl SupportDir=~/Library/"Application Support"/OpenRA
"${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
# Did we crash?
STATUS=$?