Merge pull request #115125 from TokageItLab/clear-os-fadeout-fire
Clear fade-out on request firing in AnimationNodeOneShot
This commit is contained in:
commit
2327a82357
1 changed files with 3 additions and 0 deletions
|
|
@ -644,6 +644,9 @@ AnimationNode::NodeTimeInfo AnimationNodeOneShot::_process(const AnimationMixer:
|
|||
set_parameter(request, ONE_SHOT_REQUEST_NONE);
|
||||
set_parameter(internal_active, true);
|
||||
set_parameter(active, true);
|
||||
// Clear fade-out.
|
||||
is_fading_out = false;
|
||||
cur_fade_out_remaining = 0;
|
||||
}
|
||||
|
||||
real_t blend = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue