Remove executing main

This commit is contained in:
jaby 2022-12-04 04:55:04 +01:00
parent d7b28b2ebf
commit 8a54e5f1ea
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();
}
}