Speed up inspector updates for TileMap
This commit is contained in:
parent
aef11a1427
commit
7319b612f3
5 changed files with 13 additions and 5 deletions
|
|
@ -2009,6 +2009,10 @@ Array EditorInspectorArray::_extract_properties_as_array(const List<PropertyInfo
|
|||
Array output;
|
||||
|
||||
for (const PropertyInfo &pi : p_list) {
|
||||
if (!(pi.usage & PROPERTY_USAGE_EDITOR)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (pi.name.begins_with(array_element_prefix)) {
|
||||
String str = pi.name.trim_prefix(array_element_prefix);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue