mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[csharp] Remove mixing from limit, dispose track entries ASAP. a69f9d579f
This commit is contained in:
parent
aa3969f147
commit
c107594106
@ -709,13 +709,13 @@ namespace Spine {
|
||||
var entry = mixingTo[ii];
|
||||
if (!entry.HasTimeline(id)) {
|
||||
if (entry.mixDuration > 0) {
|
||||
timelineData[i] = AnimationState.DIP_MIX;
|
||||
timelineDipMix[i] = entry;
|
||||
timelineDataItems[i] = AnimationState.DIP_MIX;
|
||||
timelineDipMixItems[i] = entry;
|
||||
goto outer; // continue outer;
|
||||
}
|
||||
}
|
||||
}
|
||||
timelineData[i] = AnimationState.DIP;
|
||||
timelineDataItems[i] = AnimationState.DIP;
|
||||
}
|
||||
outer: {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user