mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 17:48:45 +08:00
Merge branch '4.1' of https://github.com/esotericsoftware/spine-runtimes into 4.1
This commit is contained in:
commit
2ddcf751e3
@ -193,7 +193,7 @@ namespace Spine.Unity.Editor {
|
||||
}
|
||||
|
||||
if (changeCheck.changed) {
|
||||
if (requiresReload || serializedObject.ApplyModifiedProperties()) {
|
||||
if (serializedObject.ApplyModifiedProperties() || requiresReload) {
|
||||
this.Clear();
|
||||
this.InitializeEditor();
|
||||
|
||||
|
||||
@ -105,7 +105,7 @@ namespace Spine.Unity.TK2D {
|
||||
page.rendererObject = material;
|
||||
region.page = page;
|
||||
region.u = u;
|
||||
region.u = v;
|
||||
region.v = v;
|
||||
region.u2 = u2;
|
||||
region.v2 = v2;
|
||||
region.rotate = regionRotated;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user