1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

AnimatedSprite Fix updating inspector when SpriteFrames is modified

This commit is contained in:
kleonc
2021-06-10 19:24:58 +02:00
parent 3f0201335e
commit 8ae246f15e
4 changed files with 53 additions and 24 deletions

View File

@@ -1448,8 +1448,7 @@ void EditorInspector::update_tree() {
String group_base;
VBoxContainer *category_vbox = nullptr;
List<PropertyInfo>
plist;
List<PropertyInfo> plist;
object->get_property_list(&plist, true);
HashMap<String, VBoxContainer *> item_path;