mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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 (changeCheck.changed) {
|
||||||
if (requiresReload || serializedObject.ApplyModifiedProperties()) {
|
if (serializedObject.ApplyModifiedProperties() || requiresReload) {
|
||||||
this.Clear();
|
this.Clear();
|
||||||
this.InitializeEditor();
|
this.InitializeEditor();
|
||||||
|
|
||||||
|
|||||||
@ -105,7 +105,7 @@ namespace Spine.Unity.TK2D {
|
|||||||
page.rendererObject = material;
|
page.rendererObject = material;
|
||||||
region.page = page;
|
region.page = page;
|
||||||
region.u = u;
|
region.u = u;
|
||||||
region.u = v;
|
region.v = v;
|
||||||
region.u2 = u2;
|
region.u2 = u2;
|
||||||
region.v2 = v2;
|
region.v2 = v2;
|
||||||
region.rotate = regionRotated;
|
region.rotate = regionRotated;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user