mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
Merge branch '3.6' of https://github.com/esotericsoftware/spine-runtimes into 3.6
This commit is contained in:
commit
599f99e016
@ -99,7 +99,7 @@ package spine.animation {
|
|||||||
var id : String = intId.toString();
|
var id : String = intId.toString();
|
||||||
var contained: Object = propertyIDs[id];
|
var contained: Object = propertyIDs[id];
|
||||||
propertyIDs[id] = true;
|
propertyIDs[id] = true;
|
||||||
if (contained != undefined) {
|
if (contained != null) {
|
||||||
timelineData[i] = AnimationState.SUBSEQUENT;
|
timelineData[i] = AnimationState.SUBSEQUENT;
|
||||||
} else if (to == null || !to.hasTimeline(intId)) {
|
} else if (to == null || !to.hasTimeline(intId)) {
|
||||||
timelineData[i] = AnimationState.FIRST;
|
timelineData[i] = AnimationState.FIRST;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user