mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 14:32:57 +00:00
fix: implement CConsoleMinecraftApp::FatalLoadError on linux
This commit is contained in:
parent
56245448d3
commit
5406648692
|
|
@ -32,6 +32,8 @@ void CConsoleMinecraftApp::ExitGame()
|
|||
}
|
||||
void CConsoleMinecraftApp::FatalLoadError()
|
||||
{
|
||||
app.DebugPrintf("CConsoleMinecraftApp::FatalLoadError - asserting 0 and dying...\n");
|
||||
assert(0);
|
||||
}
|
||||
|
||||
void CConsoleMinecraftApp::CaptureSaveThumbnail()
|
||||
|
|
|
|||
Loading…
Reference in a new issue