Removed incorrect mouse

This commit is contained in:
Vulpovile
2021-03-15 00:27:46 -07:00
parent ca8fc41228
commit d3dc479ec0
7 changed files with 22 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ bool createWindowClass(const char* name,WNDPROC proc,HMODULE hInstance)
{
stringstream errMsg;
errMsg<<"Failed to register " << name;
MessageBox(NULL, errMsg.str().c_str(),"Dynamica Crash", MB_OK);
MessageBox(NULL, errMsg.str().c_str(),"Blocks3D Crash", MB_OK);
return false;
}
return true;