mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-17 15:36:46 -04:00
Fixed all remaining compilation issues
This commit is contained in:
committed by
Sonic Dreamcaster
parent
4c37fa4369
commit
69cfe9b2c4
+3
-1
@@ -41,7 +41,9 @@ int main(int argc, char *argv[]) {
|
||||
Lib_FillScreen(1);
|
||||
Main_Initialize();
|
||||
Main_ThreadEntry(NULL);
|
||||
GameEngine::Instance->ProcessFrame(push_frame);
|
||||
while (WindowIsRunning()) {
|
||||
push_frame();
|
||||
}
|
||||
GameEngine::Instance->Destroy();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user