summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-02-03 16:59:07 +0100
committerGitHub <noreply@github.com>2022-02-03 16:59:07 +0100
commit45d5aa5d47b2a54c8a2bd50ef95b6a3151bfa24e (patch)
treeb4a7a8fc46734521a34e963f2f18b5f5fc635ab3 /modules/csg/csg_shape.h
parentc0daec389d654637885b7c1f1a650fa0f8cd4858 (diff)
parent8cfd2641481652b2588596f863217022b129817a (diff)
Merge pull request #56365 from aaronfranke/default-shape-size
Diffstat (limited to 'modules/csg/csg_shape.h')
-rw-r--r--modules/csg/csg_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_shape.h b/modules/csg/csg_shape.h
index eed995a40e..6da9893368 100644
--- a/modules/csg/csg_shape.h
+++ b/modules/csg/csg_shape.h
@@ -239,7 +239,7 @@ class CSGBox3D : public CSGPrimitive3D {
virtual CSGBrush *_build_brush() override;
Ref<Material> material;
- Vector3 size = Vector3(2, 2, 2);
+ Vector3 size = Vector3(1, 1, 1);
protected:
static void _bind_methods();