Cleaned up error message
This commit is contained in:
BIN
G3DTest.suo
BIN
G3DTest.suo
Binary file not shown.
2
main.cpp
2
main.cpp
@@ -103,7 +103,7 @@ void Demo::onInit() {
|
||||
|
||||
void OnError(int err, std::string msg = "")
|
||||
{
|
||||
std::string emsg = "An unexpected error has occured and Dynamica has to quit. We're sorry!" + msg;
|
||||
std::string emsg = "An unexpected error has occured and DUOM 5 has to quit. We're sorry!" + msg;
|
||||
MessageBox(NULL, emsg.c_str(),"Dynamica Crash", MB_OK);
|
||||
exit(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user