Do a delayed update if the movie mode is GIF, instead of any

This commit is contained in:
Jaime Ita Passos 2020-11-19 16:45:04 -03:00
parent 868fd57ccb
commit b5dd5df1f3

View file

@ -590,7 +590,7 @@ boolean SCR_UseDelayedOverlay(void)
boolean SCR_NeedsDelayedOverlay(void) boolean SCR_NeedsDelayedOverlay(void)
{ {
return (moviemode != MM_OFF); return (moviemode == MM_GIF);
} }
// XMOD FPS display // XMOD FPS display