mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 11:55:33 +00:00
build fixes missed by copy over
This commit is contained in:
parent
8c812cb448
commit
8f856dd7cd
4 changed files with 22 additions and 8 deletions
|
|
@ -922,7 +922,7 @@ void SceneZoneSpaceManager::verifyState()
|
|||
AssertFatal( mObjectZoneLists.containsBinItem(object->mZoneListHandle, zoneId), "SceneZoneSpaceManager::verifyState - Object doesn't have zone in list!");
|
||||
|
||||
#ifndef TORQUE_DISABLE_MEMORY_MANAGER
|
||||
Memory::checkPtr( ref->object );
|
||||
Memory::checkPtr( object );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue