mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 17:21:59 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -44,7 +44,6 @@ FileInputStream::FileInputStream(const File &file)
|
||||
if( m_fileHandle == INVALID_HANDLE_VALUE )
|
||||
{
|
||||
// TODO 4J Stu - Any form of error/exception handling
|
||||
//__debugbreak();
|
||||
app.FatalLoadError();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user