mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-22 11:51:41 +00:00
Do a delayed update if the movie mode is GIF, instead of any
This commit is contained in:
parent
868fd57ccb
commit
b5dd5df1f3
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ boolean SCR_UseDelayedOverlay(void)
|
|||
|
||||
boolean SCR_NeedsDelayedOverlay(void)
|
||||
{
|
||||
return (moviemode != MM_OFF);
|
||||
return (moviemode == MM_GIF);
|
||||
}
|
||||
|
||||
// XMOD FPS display
|
||||
|
|
Loading…
Reference in a new issue