You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fixed uninitialized xfade in AnimationNodeTransition
This commit is contained in:
@@ -857,6 +857,7 @@ AnimationNodeTransition::AnimationNodeTransition() {
|
||||
time = "time";
|
||||
current = "current";
|
||||
prev_current = "prev_current";
|
||||
xfade = 0.0;
|
||||
|
||||
enabled_inputs = 0;
|
||||
for (int i = 0; i < MAX_INPUTS; i++) {
|
||||
|
||||
Reference in New Issue
Block a user