summaryrefslogtreecommitdiff
path: root/hk21/game/main.cpp
diff options
context:
space:
mode:
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);
}