Skip to content

Commit

Permalink
Hides error_panel of state machine on the first time.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermefelipecgs committed Jan 9, 2019
1 parent 5f0e3b6 commit c7d4807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/animation_state_machine_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
add_child(error_panel);
error_label = memnew(Label);
error_panel->add_child(error_label);
error_panel->hide();

undo_redo = EditorNode::get_singleton()->get_undo_redo();

Expand Down

0 comments on commit c7d4807

Please sign in to comment.