mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] Fixed typo in transform constraint shortcut for 0 mix.
This commit is contained in:
parent
be31d01b99
commit
e87e387091
@ -92,7 +92,7 @@ public class TransformConstraint implements Updatable {
|
|||||||
|
|
||||||
/** Applies the constraint to the constrained bones. */
|
/** Applies the constraint to the constrained bones. */
|
||||||
public void update () {
|
public void update () {
|
||||||
if (mixRotate == 0 && mixX == 0 && mixY == 0 && mixScaleX == 0 && mixScaleX == 0 && mixShearY == 0) return;
|
if (mixRotate == 0 && mixX == 0 && mixY == 0 && mixScaleX == 0 && mixScaleY == 0 && mixShearY == 0) return;
|
||||||
if (data.local) {
|
if (data.local) {
|
||||||
if (data.relative)
|
if (data.relative)
|
||||||
applyRelativeLocal();
|
applyRelativeLocal();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user