mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
85f97a721d
@ -202,7 +202,7 @@ namespace Spine.Unity.Editor {
|
||||
|
||||
if (!isInspectingPrefab) {
|
||||
if (requireRepaint) {
|
||||
UnityEditorInternal.InternalEditorUtility.RepaintAllViews();
|
||||
SceneView.RepaintAll();
|
||||
requireRepaint = false;
|
||||
}
|
||||
}
|
||||
@ -586,7 +586,7 @@ namespace Spine.Unity.Editor {
|
||||
|
||||
if (mismatchDetected) {
|
||||
mismatchDetected = false;
|
||||
UnityEditorInternal.InternalEditorUtility.RepaintAllViews();
|
||||
SceneView.RepaintAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "com.esotericsoftware.spine.spine-unity",
|
||||
"displayName": "spine-unity Runtime",
|
||||
"description": "This plugin provides the spine-unity runtime core.",
|
||||
"version": "4.2.18",
|
||||
"version": "4.2.19",
|
||||
"unity": "2018.3",
|
||||
"author": {
|
||||
"name": "Esoteric Software",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user