mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 18:26:12 +08:00
Fixed inherit scale/rotation not being initialized.
This commit is contained in:
parent
50282a0209
commit
f748b5b9bc
@ -40,7 +40,7 @@ public class BoneData {
|
||||
float x, y;
|
||||
float rotation;
|
||||
float scaleX = 1, scaleY = 1;
|
||||
boolean inheritScale, inheritRotation;
|
||||
boolean inheritScale = true, inheritRotation = true;
|
||||
|
||||
// Nonessential.
|
||||
final Color color = new Color(0.61f, 0.61f, 0.61f, 1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user