mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
disable VSync for both timedemo and fastdemo
This commit is contained in:
parent
f192571251
commit
8e979e383e
@ -989,7 +989,7 @@ static void I_InitGraphicsMode(void)
|
||||
video_display, SDL_GetError());
|
||||
}
|
||||
|
||||
if (page_flip && use_vsync && !singletics && mode.refresh_rate > 0)
|
||||
if (page_flip && use_vsync && !timingdemo && mode.refresh_rate > 0)
|
||||
{
|
||||
flags |= SDL_RENDERER_PRESENTVSYNC;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user