We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6d8c1 commit ee9b59aCopy full SHA for ee9b59a
src/content_cao.cpp
@@ -604,7 +604,7 @@ bool GenericCAO::getCollisionBox(aabb3f *toset) const
604
return false;
605
}
606
607
-bool GenericCAO::collideWithObjects()
+bool GenericCAO::collideWithObjects() const
608
{
609
return m_prop.collideWithObjects;
610
src/content_cao.h
@@ -132,7 +132,7 @@ class GenericCAO : public ClientActiveObject
132
133
bool getCollisionBox(aabb3f *toset) const;
134
135
- bool collideWithObjects();
+ bool collideWithObjects() const;
136
137
aabb3f *getSelectionBox();
138
0 commit comments