소스 검색

Merge branch 'master' of https://github.com/okamstudio/godot

reduz 10 년 전
부모
커밋
a2f2d7610a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/editor/plugins/animation_player_editor_plugin.cpp

+ 1 - 0
tools/editor/plugins/animation_player_editor_plugin.cpp

@@ -1393,6 +1393,7 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin(EditorNode *p_node) {
 
 	editor=p_node;
 	anim_editor = memnew( AnimationPlayerEditor(editor) );
+	anim_editor->set_undo_redo(editor->get_undo_redo());
 	editor->get_animation_panel()->add_child(anim_editor);
 	/*
 	editor->get_viewport()->add_child(anim_editor);