mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Fixed setBonesToSetupPose not reseting shearMix.
This commit is contained in:
parent
6491800a23
commit
27958c145b
@ -189,7 +189,7 @@ public class Skeleton {
|
||||
constraint.rotateMix = data.rotateMix;
|
||||
constraint.translateMix = data.translateMix;
|
||||
constraint.scaleMix = data.scaleMix;
|
||||
constraint.translateMix = data.translateMix;
|
||||
constraint.shearMix = data.shearMix;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user