mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-14 21:32:26 +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);
|
32 * 1024 * 1024);
|
||||||
|
|
||||||
IggySetGDraw(gdraw_funcs);
|
IggySetGDraw(gdraw_funcs);
|
||||||
|
|
||||||
postInit();
|
|
||||||
#endif
|
#endif
|
||||||
|
postInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConsoleUIController::render() {
|
void ConsoleUIController::render() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue