mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Clear the screen before each new render
This commit is contained in:
parent
99043ee068
commit
918b16efff
@ -137,6 +137,8 @@ static void UpdateFrame (void)
|
||||
|
||||
phase = g_pEvent->GetPhase();
|
||||
|
||||
SDL_RenderClear (g_renderer);
|
||||
|
||||
rcRect.left = 0;
|
||||
rcRect.top = 0;
|
||||
rcRect.right = LXIMAGE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user