mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-15 19:41:36 +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,
|
||||
delay = 0, time = 0, lastTime = -1, endTime = 0,
|
||||
timeScale = 1,
|
||||
mixTime = 0, mixDuration = 0, mix = 0,
|
||||
mixTime = 0, mixDuration = 0, mix = 1,
|
||||
onStart = nil, onEnd = nil, onComplete = nil, onEvent = nil
|
||||
}
|
||||
return self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user