mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
Fix some error messages
This commit is contained in:
parent
292e8bf0ab
commit
7fa233cd89
6 changed files with 4 additions and 14 deletions
|
|
@ -405,9 +405,9 @@ void CanvasItemEditor::_node_removed(Node *p_node) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void CanvasItemEditor::_keying_changed(bool p_changed) {
|
||||
void CanvasItemEditor::_keying_changed() {
|
||||
|
||||
if (p_changed)
|
||||
if (editor->get_animation_editor()->has_keying())
|
||||
animation_hb->show();
|
||||
else
|
||||
animation_hb->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue