This commit is contained in:
parent
1e47392e29
commit
58912c6f9e
2 changed files with 9 additions and 6 deletions
|
@ -147,6 +147,9 @@ public:
|
|||
|
||||
// -- Collision --
|
||||
public:
|
||||
virtual CRECT const *getRenderBBox() {return &m_collisionArea;}
|
||||
virtual CRECT const *getThinkBBox() {return &m_collisionArea;}
|
||||
|
||||
void ShowBBox();
|
||||
DVECTOR const &getCollisionCentre() {return m_collisionCentre;}
|
||||
DVECTOR const &getCollisionCentreOffset() {return m_collisionCentreOffset;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue