fix: always run postInit()

Resolves the segfault when iggy is disabled
This commit is contained in:
Sally Knight 2026-03-16 01:37:51 +03:00
parent ec87b5c424
commit f03fb262bf

View file

@ -57,9 +57,8 @@ void ConsoleUIController::init(S32 w, S32 h) {
32 * 1024 * 1024);
IggySetGDraw(gdraw_funcs);
postInit();
#endif
postInit();
}
void ConsoleUIController::render() {