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(); }
458
458
LPCSTR CPhysicsShellHolder::ObjectName () const { return cName ().c_str (); }
459
459
LPCSTR CPhysicsShellHolder::ObjectNameVisual () const { return cNameVisual ().c_str (); }
460
460
LPCSTR CPhysicsShellHolder::ObjectNameSect () const { return cNameSect ().c_str (); }
461
- bool CPhysicsShellHolder::ObjectGetDestroy () const { return !!getDestroy (); }
461
+ bool CPhysicsShellHolder::ObjectGetDestroy () const { return !!CGameObject:: getDestroy (); }
462
462
ICollisionHitCallback* CPhysicsShellHolder::ObjectGetCollisionHitCallback () { return get_collision_hit_callback (); }
463
463
u16 CPhysicsShellHolder::ObjectID () const { return ID (); }
464
464
ICollisionForm* CPhysicsShellHolder::ObjectCollisionModel ()
You can’t perform that action at this time.
0 commit comments