diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-18 16:49:20 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-18 17:49:34 +0900 |
commit | 7f00fd4ff7f31aff361675f9084dee530dc5ae21 (patch) | |
tree | fe7c203f54255e4b82bec0905b417bc4cf4f73c1 /editor/plugins/animation_tree_editor_plugin.h | |
parent | cca9f780252f48beb9a7a39826b40bcb3a4ade54 (diff) |
change root motion track candidating method
Diffstat (limited to 'editor/plugins/animation_tree_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_tree_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/animation_tree_editor_plugin.h b/editor/plugins/animation_tree_editor_plugin.h index 9ef9fff8cd..658fd287b6 100644 --- a/editor/plugins/animation_tree_editor_plugin.h +++ b/editor/plugins/animation_tree_editor_plugin.h @@ -35,8 +35,6 @@ #include "scene/animation/animation_tree.h" #include "scene/gui/button.h" #include "scene/gui/graph_edit.h" -#include "scene/gui/popup.h" -#include "scene/gui/tree.h" class EditorFileDialog; |