Merge pull request #165 from 4jcraft/fix/fatal-load-error

fix: implement `CConsoleMinecraftApp::FatalLoadError` on linux
This commit is contained in:
Tropical 2026-03-10 13:57:00 -05:00 committed by GitHub
commit 750436d815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ void CConsoleMinecraftApp::ExitGame()
}
void CConsoleMinecraftApp::FatalLoadError()
{
app.DebugPrintf("CConsoleMinecraftApp::FatalLoadError - asserting 0 and dying...\n");
assert(0);
}
void CConsoleMinecraftApp::CaptureSaveThumbnail()