summaryrefslogtreecommitdiff
path: root/scene/resources/skeleton_modification_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/skeleton_modification_3d.h')
-rw-r--r--scene/resources/skeleton_modification_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/skeleton_modification_3d.h b/scene/resources/skeleton_modification_3d.h
index a81c0c38bd..ab736fcbd2 100644
--- a/scene/resources/skeleton_modification_3d.h
+++ b/scene/resources/skeleton_modification_3d.h
@@ -44,7 +44,7 @@ class SkeletonModification3D : public Resource {
protected:
static void _bind_methods();
- SkeletonModificationStack3D *stack;
+ SkeletonModificationStack3D *stack = nullptr;
int execution_mode = 0; // 0 = process
bool enabled = true;