Set initial value for autorestart_random_delay of AnimationNodeOneShot
This commit is contained in:
parent
5823b5d77d
commit
eea3bddd1d
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ AnimationNodeOneShot::AnimationNodeOneShot() {
|
||||||
fade_out = 0.1;
|
fade_out = 0.1;
|
||||||
autorestart = false;
|
autorestart = false;
|
||||||
autorestart_delay = 1;
|
autorestart_delay = 1;
|
||||||
|
autorestart_random_delay = 0;
|
||||||
|
|
||||||
mix = MIX_MODE_BLEND;
|
mix = MIX_MODE_BLEND;
|
||||||
sync = false;
|
sync = false;
|
||||||
|
|
Loading…
Reference in a new issue