diff --git a/sc2/src/sc2code/libs/graphics/sdl/pure.c b/sc2/src/sc2code/libs/graphics/sdl/pure.c index b16898782..685c43119 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/pure.c +++ b/sc2/src/sc2code/libs/graphics/sdl/pure.c @@ -258,7 +258,7 @@ static SDL_Rect updated; static void TFB_Pure_Scaled_Preprocess (int force_full_redraw, int transition_amount, int fade_amount) { - if (force_full_redraw) + if (force_full_redraw != TFB_REDRAW_NO) { updated.x = updated.y = 0; updated.w = ScreenWidth;