diff options
| author | Juan Linietsky | 2016-01-23 19:51:51 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-23 19:51:51 -0300 |
| commit | 6c27df8df609337867c108c5adb66174393e190b (patch) | |
| tree | 11c1e8ad5f1f844fe6af2032784fd8e2a2951420 /tools/editor/plugins/animation_player_editor_plugin.cpp | |
| parent | a2992d5955ff4f84f829dcab4859b4f5b5399a2c (diff) | |
| download | godot-6c27df8df609337867c108c5adb66174393e190b.tar.gz godot-6c27df8df609337867c108c5adb66174393e190b.tar.zst godot-6c27df8df609337867c108c5adb66174393e190b.zip | |
-Fixes a bunch of stdout errors, closes #2763 closes #2731
Diffstat (limited to 'tools/editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp index b56140b32..43b4276d4 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/tools/editor/plugins/animation_player_editor_plugin.cpp @@ -93,7 +93,7 @@ void AnimationPlayerEditor::_notification(int p_what) { if (p_what==NOTIFICATION_ENTER_TREE) { - editor->connect("hide_animation_player_editors",this,"_hide_anim_editors"); +// editor->connect("hide_animation_player_editors",this,"_hide_anim_editors"); add_anim->set_icon( get_icon("New","EditorIcons") ); rename_anim->set_icon( get_icon("Rename","EditorIcons") ); duplicate_anim->set_icon( get_icon("Duplicate","EditorIcons") ); |
