1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix animation toolbar

This commit is contained in:
Franklin Sobrinho
2016-01-27 11:10:51 -03:00
parent 1d99e71d94
commit 9f5d537993
4 changed files with 10 additions and 11 deletions

View File

@@ -128,16 +128,9 @@ void AnimationPlayerEditor::_notification(int p_what) {
anim_editor_load->set_hover_texture( get_icon("AnimGetHl","EditorIcons"));
anim_editor_store->set_hover_texture( get_icon("AnimSetHl","EditorIcons"));
*/
}
if (p_what==NOTIFICATION_READY) {
get_tree()->connect("node_removed",this,"_node_removed");
}
if (p_what==NOTIFICATION_DRAW) {
}
}
void AnimationPlayerEditor::_autoplay_pressed() {