don't show a message box inside of throwing an exception. Instead, break into the debugger immediatly so that the movie semaphore doesn't timeout and throw its own exception
This commit is contained in:
@@ -44,7 +44,6 @@ void RageException::Throw(const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_WINDOWS) && defined(DEBUG)
|
#if defined(_WINDOWS) && defined(DEBUG)
|
||||||
MessageBox( NULL, error, "Fatal Error", MB_OK );
|
|
||||||
DebugBreak();
|
DebugBreak();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user