mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-22 13:36:52 +00:00
Fix an endless loop in the-big-benchmark on Windows affecting all users.
This commit is contained in:
parent
52d1e5f424
commit
325024352b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user