mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[libgdx] Set default size (may fix VM bug in Chinese Android devices).
This commit is contained in:
parent
47033fa10a
commit
2af6f4c925
@ -35,7 +35,7 @@ import com.esotericsoftware.spine.AnimationState.TrackEntry;
|
||||
/** Stores mix (crossfade) durations to be applied when {@link AnimationState} animations are changed. */
|
||||
public class AnimationStateData {
|
||||
final SkeletonData skeletonData;
|
||||
final ObjectFloatMap<Key> animationToMixTime = new ObjectFloatMap();
|
||||
final ObjectFloatMap<Key> animationToMixTime = new ObjectFloatMap(51, 0.8f);
|
||||
final Key tempKey = new Key();
|
||||
float defaultMix;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user