Gl renderer is now default, don't need to override it.

This commit is contained in:
Paul Chote
2010-11-25 17:02:53 +13:00
parent 10f9e3e787
commit 9f21d944d1

View File

@@ -7,4 +7,4 @@
echo "Launching OpenRA from $1"
cd $1
mono --debug OpenRA.Game.exe Graphics.Renderer=Gl SupportDir=~/Library/"Application Support"/OpenRA ${@:2}
mono --debug OpenRA.Game.exe SupportDir=~/Library/"Application Support"/OpenRA ${@:2}