summaryrefslogtreecommitdiff
path: root/editor/multi_node_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/multi_node_edit.h')
-rw-r--r--editor/multi_node_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/multi_node_edit.h b/editor/multi_node_edit.h
index 694dad76f1..3ccf06153d 100644
--- a/editor/multi_node_edit.h
+++ b/editor/multi_node_edit.h
@@ -38,7 +38,7 @@ class MultiNodeEdit : public Reference {
List<NodePath> nodes;
struct PLData {
- int uses;
+ int uses = 0;
PropertyInfo info;
};