Fixed exception

This commit is contained in:
Vulpovile
2020-03-13 10:42:30 -07:00
parent cee1b1308c
commit 3f4963795c
4 changed files with 4 additions and 2 deletions

View File

@@ -452,6 +452,7 @@ bool DataModelInstance::load(const char* filename, bool clearObjects)
std::stringstream msg;
msg << "Failed to load file:" << std::endl << filename << std::endl << strerror(errno);
MessageBoxStr(msg.str());
return false;
}
}