You've already forked godot
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:
@@ -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