mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 17:21:55 +00:00
fix: always run postInit()
Resolves the segfault when iggy is disabled
This commit is contained in:
@@ -57,9 +57,8 @@ void ConsoleUIController::init(S32 w, S32 h) {
|
||||
32 * 1024 * 1024);
|
||||
|
||||
IggySetGDraw(gdraw_funcs);
|
||||
|
||||
postInit();
|
||||
#endif
|
||||
postInit();
|
||||
}
|
||||
|
||||
void ConsoleUIController::render() {
|
||||
|
||||
Reference in New Issue
Block a user