mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fixed track entry mix not defaulting to 1.
This commit is contained in:
parent
5b68fe5190
commit
381ce3284a
@ -241,7 +241,7 @@ function AnimationState.TrackEntry.new (data)
|
|||||||
loop = false,
|
loop = false,
|
||||||
delay = 0, time = 0, lastTime = -1, endTime = 0,
|
delay = 0, time = 0, lastTime = -1, endTime = 0,
|
||||||
timeScale = 1,
|
timeScale = 1,
|
||||||
mixTime = 0, mixDuration = 0, mix = 0,
|
mixTime = 0, mixDuration = 0, mix = 1,
|
||||||
onStart = nil, onEnd = nil, onComplete = nil, onEvent = nil
|
onStart = nil, onEnd = nil, onComplete = nil, onEvent = nil
|
||||||
}
|
}
|
||||||
return self
|
return self
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user