Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:21 -06:00
parent 6c545a144c
commit 29fe791ad0

View File

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