This commit is contained in:
badlogic 2017-01-24 11:12:50 +01:00
commit a8704ebf61

View File

@ -561,6 +561,7 @@ function AnimationState:setAnimation (trackIndex, animation, loop)
local interrupt = true;
local current = self:expandToIndex(trackIndex)
local queue = self.queue
local tracks = self.tracks
if current then
if current.nextTrackLast == -1 then
-- Don't mix from an entry that was never applied.