diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/ponderable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ponderable.h b/src/components/ponderable.h index 6a01400..eff20e9 100644 --- a/src/components/ponderable.h +++ b/src/components/ponderable.h | |||
@@ -109,7 +109,8 @@ public: | |||
109 | 109 | ||
110 | /** | 110 | /** |
111 | * If disabled, collision detection for this body will not be performed and | 111 | * If disabled, collision detection for this body will not be performed and |
112 | * other bodies will ignore it. | 112 | * other bodies will ignore it. Disabling this will cause applicable bodies to |
113 | * become ungrounded and unferried. | ||
113 | */ | 114 | */ |
114 | bool collidable = true; | 115 | bool collidable = true; |
115 | 116 | ||