Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:29 -06:00
parent 56b0a2aa4f
commit a6a86f030c

View File

@ -246,7 +246,6 @@ const Object *Entity::CastToObject() const
#ifdef _EQDEBUG
if (!IsObject()) {
std::cout << "CastToObject error" << std::endl;
DebugBreak();
return 0;
}
#endif