]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Fix an endless loop in the-big-benchmark on Windows affecting all users.
authorRudolf Polzer <divverent@xonotic.org>
Wed, 26 Aug 2015 12:07:52 +0000 (14:07 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 26 Aug 2015 12:07:52 +0000 (14:07 +0200)
misc/tools/the-big-benchmark/the-big-benchmark.bat

index 37872d9a0a9dfb7cd3caecef0db8b274ddf1f057..4fb4a10dd6653b29b62930caf062f234e1578950 100644 (file)
@@ -48,7 +48,7 @@ goto done
 :nomed\r
 if not "%e%" == "med" goto nomed2\r
 find "Using GL1.3 rendering path" data\engine.log >nul\r
-if errorlevel 1 goto nomed\r
+if errorlevel 1 goto nomed2\r
 echo OpenGL 2.0 rendering disabled, exiting.\r
 goto done\r
 :nomed2\r