You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix some error messages
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user