From ef3bf642b5231e6622bf8efefae1c97efee809b6 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Feb 2025 23:57:56 +0100 Subject: Get a solid color on the window --- hk21/game/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hk21/game/main.cpp') diff --git a/hk21/game/main.cpp b/hk21/game/main.cpp index 2a9414e..ed4c738 100644 --- a/hk21/game/main.cpp +++ b/hk21/game/main.cpp @@ -32,6 +32,8 @@ int SDL_main(int /* argc */, char* /* argv */[]) } } + gpu->frame(); + SDL_Delay(16); } -- cgit