1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add a tutorial link to Retarget Classes

This commit is contained in:
Silc Renew
2022-10-22 02:56:16 +09:00
parent bd4fddd89f
commit e7d0a2198b
4 changed files with 4 additions and 1 deletions

View File

@@ -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.