File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ Fvector& CPhysicsShellHolder::ObjectPosition() { return Position(); }
458458LPCSTR CPhysicsShellHolder::ObjectName () const { return cName ().c_str (); }
459459LPCSTR CPhysicsShellHolder::ObjectNameVisual () const { return cNameVisual ().c_str (); }
460460LPCSTR CPhysicsShellHolder::ObjectNameSect () const { return cNameSect ().c_str (); }
461- bool CPhysicsShellHolder::ObjectGetDestroy () const { return !!getDestroy (); }
461+ bool CPhysicsShellHolder::ObjectGetDestroy () const { return !!CGameObject:: getDestroy (); }
462462ICollisionHitCallback* CPhysicsShellHolder::ObjectGetCollisionHitCallback () { return get_collision_hit_callback (); }
463463u16 CPhysicsShellHolder::ObjectID () const { return ID (); }
464464ICollisionForm* CPhysicsShellHolder::ObjectCollisionModel ()
You can’t perform that action at this time.
0 commit comments