You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix AnimationPlayer seeking for Discrete keys
This commit is contained in:
@@ -233,7 +233,7 @@ void AnimationPlayer::_process_playback_data(PlaybackData &cd, double p_delta, f
|
||||
pi.delta = delta;
|
||||
pi.seeked = p_seeked;
|
||||
}
|
||||
pi.is_external_seeking = false;
|
||||
pi.is_external_seeking = true; // AnimationPlayer doesn't have internal seeking.
|
||||
pi.looped_flag = looped_flag;
|
||||
pi.weight = p_blend;
|
||||
make_animation_instance(cd.from->name, pi);
|
||||
|
||||
Reference in New Issue
Block a user