From: Rudolf Polzer Date: Wed, 26 Aug 2015 12:07:52 +0000 (+0200) Subject: Fix an endless loop in the-big-benchmark on Windows affecting all users. X-Git-Tag: xonotic-v0.8.2~36 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=325024352b77958827f99c06e635899a1711171b Fix an endless loop in the-big-benchmark on Windows affecting all users. --- diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.bat b/misc/tools/the-big-benchmark/the-big-benchmark.bat index 37872d9a..4fb4a10d 100644 --- a/misc/tools/the-big-benchmark/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark/the-big-benchmark.bat @@ -48,7 +48,7 @@ goto done :nomed if not "%e%" == "med" goto nomed2 find "Using GL1.3 rendering path" data\engine.log >nul -if errorlevel 1 goto nomed +if errorlevel 1 goto nomed2 echo OpenGL 2.0 rendering disabled, exiting. goto done :nomed2