mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
make json sub-dictionaries shared, fixes #2381
This commit is contained in:
parent
565513fb89
commit
6b1849d29b
2 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue