Remove executing main

This commit is contained in:
Jaby 2022-12-04 04:55:04 +01:00 committed by Jaby
parent f1d2fc3434
commit 531c87bb34
1 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,5 @@ namespace JabyEngine {
SPU::setup(); SPU::setup();
printf("Setup done!\n"); printf("Setup done!\n");
printf("About to call: 0x%p\n", main);
main();
} }
} }