mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fixed seeking behavior of property track with discrete interpolation
(cherry picked from commit 6613d9cf67
)
This commit is contained in:
parent
ed3742c4a7
commit
fa45aa22cb
@ -954,7 +954,7 @@ void AnimationTree::_process_graph(float p_delta) {
|
||||
|
||||
Variant::interpolate(t->value, value, blend, t->value);
|
||||
|
||||
} else if (delta != 0) {
|
||||
} else {
|
||||
List<int> indices;
|
||||
a->value_track_get_key_indices(i, time, delta, &indices);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user