mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-16 07:04:30 -04:00
We are so fucking close omg
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user