Const correctness fix

This commit is contained in:
Jack Andersen 2016-05-02 15:17:40 -10:00
parent ac98ebf428
commit 5aa0ff84f8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
}
CAABox calculateAABox(const CTransform& transform = CTransform())
CAABox calculateAABox(const CTransform& transform = CTransform()) const
{
CAABox ret = CAABox::skInvertedBox;