AnimatedSprite Fix updating inspector when SpriteFrames is modified
(cherry picked from commit 8ae246f15e)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user