summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-05-24 10:51:31 +0200
committerGitHub <noreply@github.com>2022-05-24 10:51:31 +0200
commitbd8d91254c1ef21cdfed2086ffe7f781e497c27e (patch)
tree1efe768444a5ea76b5a401a5e68af67b895a9522 /editor/animation_track_editor.cpp
parent65dd1bf02392adf777ffd1891c8232615cf57a1d (diff)
parentd79818acb6d07c97232eb82932c91c676054ce6c (diff)
downloadredot-engine-bd8d91254c1ef21cdfed2086ffe7f781e497c27e.tar.gz
Merge pull request #61106 from snailrhymer/animation-library-fixes
Fix errors and improve UX relating to new animation libraries
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r--editor/animation_track_editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp
index fa4f32a351..e01e6e1811 100644
--- a/editor/animation_track_editor.cpp
+++ b/editor/animation_track_editor.cpp
@@ -2999,8 +2999,6 @@ void AnimationTrackEdit::gui_input(const Ref<InputEvent> &p_event) {
}
}
- print_line(hovering_key_idx);
-
if (hovering_key_idx != previous_hovering_key_idx) {
// Required to draw keyframe hover feedback on the correct keyframe.
update();