You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge branch 'master' of https://github.com/okamstudio/godot
This commit is contained in:
@@ -1393,6 +1393,7 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin(EditorNode *p_node) {
|
|||||||
|
|
||||||
editor=p_node;
|
editor=p_node;
|
||||||
anim_editor = memnew( AnimationPlayerEditor(editor) );
|
anim_editor = memnew( AnimationPlayerEditor(editor) );
|
||||||
|
anim_editor->set_undo_redo(editor->get_undo_redo());
|
||||||
editor->get_animation_panel()->add_child(anim_editor);
|
editor->get_animation_panel()->add_child(anim_editor);
|
||||||
/*
|
/*
|
||||||
editor->get_viewport()->add_child(anim_editor);
|
editor->get_viewport()->add_child(anim_editor);
|
||||||
|
|||||||
Reference in New Issue
Block a user