mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-08 07:33:27 +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;
|
CAABox ret = CAABox::skInvertedBox;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user