mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 10:38:46 +08:00
[csharp] Port of commit 4bad9ec2. Fixed typo in transform constraint shortcut for 0 mix.
This commit is contained in:
parent
4bad9ec25e
commit
88ef4bc5f7
@ -80,7 +80,7 @@ namespace Spine {
|
||||
}
|
||||
|
||||
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.relative)
|
||||
ApplyRelativeLocal();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user