Remove executing main

This commit is contained in:
Jaby 2022-12-04 04:55:04 +01:00
parent a431fe734f
commit 1bfef10a1a
1 changed files with 0 additions and 3 deletions

View File

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