mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-05 22:23:40 +00:00
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…
x
Reference in New Issue
Block a user