mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-15 16:14:05 +00:00
You should call present when using a software renderer as well.
Fixes https://github.com/libsdl-org/SDL/issues/8676
(cherry picked from commit 581d1cab25)
This commit is contained in:
@@ -50,6 +50,7 @@ void DrawChessBoard()
|
||||
SDL_RenderFillRect(renderer, &rect);
|
||||
}
|
||||
}
|
||||
SDL_RenderPresent(renderer);
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
||||
Reference in New Issue
Block a user