summaryrefslogtreecommitdiff
path: root/src/port/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/Game.cpp')
-rw-r--r--src/port/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp
index 63f15981..18a4c312 100644
--- a/src/port/Game.cpp
+++ b/src/port/Game.cpp
@@ -21,9 +21,9 @@ void Graphics_PushFrame(Gfx* data) {
extern "C" void Timer_Update();
void push_frame() {
+ Graphics_ThreadUpdate();
GameEngine::StartAudioFrame();
GameEngine::Instance->StartFrame();
- Graphics_ThreadUpdate();
Timer_Update();
// thread5_iteration();
GameEngine::EndAudioFrame();