summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-12-31 17:56:51 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-12-31 17:56:51 -0300
commit6b1849d29b42a624a6f0514067bd8d4e67d68198 (patch)
treef7844a60db4a11df954bef6549727a8a042f3f4e /tools
parent565513fb899577b11a1fa3337e479926214eefb9 (diff)
make json sub-dictionaries shared, fixes #2381
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/array_property_edit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/array_property_edit.cpp b/tools/editor/array_property_edit.cpp
index 8c83ed1c9c..66c2782da5 100644
--- a/tools/editor/array_property_edit.cpp
+++ b/tools/editor/array_property_edit.cpp
@@ -92,6 +92,7 @@ bool ArrayPropertyEdit::_set(const StringName& p_name, const Variant& p_value){
_change_notify();
return true;
}
+
} else if (pn.begins_with("indices")) {
if (pn.find("_")!=-1) {