mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
046c9b871a
@ -100,7 +100,7 @@ package spine.animation {
|
||||
var id : String = intId.toString();
|
||||
var contained: Object = propertyIDs[id];
|
||||
propertyIDs[id] = true;
|
||||
if (contained != undefined) {
|
||||
if (contained != null) {
|
||||
timelineData[i] = AnimationState.SUBSEQUENT;
|
||||
} else if (to == null || !to.hasTimeline(intId)) {
|
||||
timelineData[i] = AnimationState.FIRST;
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<version>3.7.0.1-SNAPSHOT</version>
|
||||
|
||||
|
||||
<name>spine-libgdx</name>
|
||||
<description>Spine Runtime for libGDX</description>
|
||||
<url>http://github.com/esotericsoftware/spine-runtimes</url>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user