mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -604,7 +604,7 @@ bool GenericCAO::getCollisionBox(aabb3f *toset) const
|
|||
return false;
|
||||
}
|
||||
|
||||
bool GenericCAO::collideWithObjects()
|
||||
bool GenericCAO::collideWithObjects() const
|
||||
{
|
||||
return m_prop.collideWithObjects;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue