summaryrefslogtreecommitdiff
path: root/scene/resources/capsule_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/capsule_shape_3d.h')
-rw-r--r--scene/resources/capsule_shape_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/capsule_shape_3d.h b/scene/resources/capsule_shape_3d.h
index 25645ecf9d..f09b4fb77d 100644
--- a/scene/resources/capsule_shape_3d.h
+++ b/scene/resources/capsule_shape_3d.h
@@ -36,7 +36,7 @@
class CapsuleShape3D : public Shape3D {
GDCLASS(CapsuleShape3D, Shape3D);
float radius = 1.0;
- float height = 1.0;
+ float height = 3.0;
protected:
static void _bind_methods();