mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-12 06:45:11 +00:00
Const correctness fix
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
}
|
||||
|
||||
CAABox calculateAABox(const CTransform& transform = CTransform())
|
||||
CAABox calculateAABox(const CTransform& transform = CTransform()) const
|
||||
{
|
||||
CAABox ret = CAABox::skInvertedBox;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user