mirror of https://github.com/AxioDL/zeus.git
Const correctness fix
This commit is contained in:
parent
ac98ebf428
commit
5aa0ff84f8
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
}
|
||||
|
||||
CAABox calculateAABox(const CTransform& transform = CTransform())
|
||||
CAABox calculateAABox(const CTransform& transform = CTransform()) const
|
||||
{
|
||||
CAABox ret = CAABox::skInvertedBox;
|
||||
|
||||
|
|
Loading…
Reference in New Issue