summaryrefslogtreecommitdiff
path: root/hk21/game/main.cpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-02 23:57:56 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-02 23:57:56 +0100
commitef3bf642b5231e6622bf8efefae1c97efee809b6 (patch)
tree9fa3e31d1364453f1580e2f877a64793e38c73ff /hk21/game/main.cpp
parent41336fb9d421868fcc1b56f39232a665cabd2ef7 (diff)
Get a solid color on the window
Diffstat (limited to 'hk21/game/main.cpp')
-rw-r--r--hk21/game/main.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}