mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 03:53:36 +00:00
fix: always run postInit()
Resolves the segfault when iggy is disabled
This commit is contained in:
parent
ec87b5c424
commit
f03fb262bf
|
|
@ -57,9 +57,8 @@ void ConsoleUIController::init(S32 w, S32 h) {
|
|||
32 * 1024 * 1024);
|
||||
|
||||
IggySetGDraw(gdraw_funcs);
|
||||
|
||||
postInit();
|
||||
#endif
|
||||
postInit();
|
||||
}
|
||||
|
||||
void ConsoleUIController::render() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue