diff options
| author | Juan Linietsky | 2015-12-31 17:56:51 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-31 17:56:51 -0300 |
| commit | 6b1849d29b42a624a6f0514067bd8d4e67d68198 (patch) | |
| tree | f7844a60db4a11df954bef6549727a8a042f3f4e /tools/editor/array_property_edit.cpp | |
| parent | 565513fb899577b11a1fa3337e479926214eefb9 (diff) | |
| download | godot-6b1849d29b42a624a6f0514067bd8d4e67d68198.tar.gz godot-6b1849d29b42a624a6f0514067bd8d4e67d68198.tar.zst godot-6b1849d29b42a624a6f0514067bd8d4e67d68198.zip | |
Diffstat (limited to 'tools/editor/array_property_edit.cpp')
| -rw-r--r-- | tools/editor/array_property_edit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/array_property_edit.cpp b/tools/editor/array_property_edit.cpp index 8c83ed1c9..66c2782da 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) { |
