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