summaryrefslogtreecommitdiff
path: root/modules/bullet/btRayShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bullet/btRayShape.h')
-rw-r--r--modules/bullet/btRayShape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/btRayShape.h b/modules/bullet/btRayShape.h
index 7f3229b3e8..09c1f6c241 100644
--- a/modules/bullet/btRayShape.h
+++ b/modules/bullet/btRayShape.h
@@ -62,7 +62,7 @@ public:
virtual void setMargin(btScalar margin);
- void setSlipsOnSlope(bool p_slipOnSlope);
+ void setSlipsOnSlope(bool p_slipsOnSlope);
bool getSlipsOnSlope() const { return slipsOnSlope; }
const btTransform &getSupportPoint() const { return m_cacheSupportPoint; }