mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Fix another missing const reported by clang & @sfan5
Signed-off-by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
ee6d8c10ce
commit
ee9b59a7fe
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ public:
|
|||
|
||||
bool getCollisionBox(aabb3f *toset) const;
|
||||
|
||||
bool collideWithObjects();
|
||||
bool collideWithObjects() const;
|
||||
|
||||
aabb3f *getSelectionBox();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue