summaryrefslogtreecommitdiff
path: root/scene/3d/spring_arm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/spring_arm.cpp')
-rw-r--r--scene/3d/spring_arm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/3d/spring_arm.cpp b/scene/3d/spring_arm.cpp
index 818e7f9217..f74784c2f9 100644
--- a/scene/3d/spring_arm.cpp
+++ b/scene/3d/spring_arm.cpp
@@ -36,8 +36,9 @@
SpringArm::SpringArm() :
spring_length(1),
- mask(1),
current_spring_length(0),
+ keep_child_basis(false),
+ mask(1),
margin(0.01) {}
void SpringArm::_notification(int p_what) {