diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-10-22 02:56:16 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-10-22 02:56:16 +0900 |
commit | e7d0a2198bb575ef739c546b4ed37889b4a7c72a (patch) | |
tree | 09311e3e4ee7446d69c7edfff073b028986154c1 /editor/animation_track_editor.cpp | |
parent | bd4fddd89fbb1d91c6a980a1457959f043618c8c (diff) | |
download | redot-engine-e7d0a2198bb575ef739c546b4ed37889b4a7c72a.tar.gz |
Add a tutorial link to Retarget Classes
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r-- | editor/animation_track_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 5c4ef35f1c..8a2d23d32d 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -6204,7 +6204,7 @@ void AnimationTrackEditor::_edit_menu_pressed(int p_option) { if (do_bake && !animation->track_is_compressed(i)) { Animation::InterpolationType it = animation->track_get_interpolation_type(i); if (it == Animation::INTERPOLATION_NEAREST) { - continue; // Nearest and Angle interpolation cannot be baked. + continue; // Nearest interpolation cannot be baked. } // Special case for angle interpolation. |