mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
-Fix global transform cache not being cleared in 2D nodes, fixes many editor bugs, closes #2115
This commit is contained in:
parent
1597082c85
commit
939c5f5c9e
3 changed files with 1 additions and 3 deletions
|
|
@ -3108,8 +3108,6 @@ void PropertyEditor::update_tree() {
|
|||
item->add_button(1,get_icon("Reload","EditorIcons"),3);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
print_line("no default value!");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue