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