We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e6ac9b + 2ffb3fb commit 0129180Copy full SHA for 0129180
scene/animation/animation_blend_tree.cpp
@@ -678,7 +678,7 @@ AnimationNode::NodeTimeInfo AnimationNodeOneShot::_process(const AnimationMixer:
678
double os_rem = os_nti.get_remain(break_loop_at_end) * tscl;
679
if (Animation::is_less_or_equal_approx(os_rem, fade_out)) {
680
is_fading_out = true;
681
- cur_fade_out_remaining = os_rem;
+ cur_fade_out_remaining = os_rem + abs_delta;
682
cur_fade_in_remaining = 0;
683
set_parameter(internal_active, false);
684
}
0 commit comments