Fixes https://github.com/libsdl-org/SDL/issues/8676
@@ -57,6 +57,7 @@ static void DrawChessBoard(void)
}
+ SDL_RenderPresent(renderer);
static void loop(void)