]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.bat
Fix an endless loop in the-big-benchmark on Windows affecting all users.
[xonotic/xonotic.git] / 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