]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
Add missing -fast option in "Single: -vis -fast" build
authorMartin Schwan <mschwan@posteo.de>
Mon, 7 Jan 2019 17:44:31 +0000 (18:44 +0100)
committerMartin Schwan <mschwan@posteo.de>
Mon, 7 Jan 2019 17:44:44 +0000 (18:44 +0100)
xonotic.game/default_build_menu.xml

index 9c2c7413a716240e6c545051ab1be50d9ffabea6..dfa3e6f42ee86ee03215a81dff5417fbe6dfc14b 100644 (file)
@@ -5,7 +5,7 @@
 <command>[q3map2] -meta -keepLights -v &quot;[MapFile]&quot;</command>
 </build>
 <build name="Single: -vis -fast">
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
+<command>[q3map2] -vis -fast -saveprt &quot;[MapFile]&quot;</command>
 </build>
 <build name="Single: -vis">
 <command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>