mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-07 19:26:54 +08:00
Fix set bone pose scale default value.
This commit is contained in:
parent
2d3e56c735
commit
b9cbfa9b8a
@ -444,12 +444,12 @@
|
|||||||
{
|
{
|
||||||
"id": "scaleX",
|
"id": "scaleX",
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"initialValue": ""
|
"initialValue": "1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "scaleY",
|
"id": "scaleY",
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"initialValue": ""
|
"initialValue": "1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user