mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
Merge branch 'EsotericSoftware/3.6' into 3.6
This commit is contained in:
commit
d6215acf17
@ -726,6 +726,9 @@ namespace Spine.Unity.Editor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void DoRenderPreview (bool drawHandles) {
|
void DoRenderPreview (bool drawHandles) {
|
||||||
|
if (this.PreviewUtilityCamera.activeTexture == null || this.PreviewUtilityCamera.targetTexture == null )
|
||||||
|
return;
|
||||||
|
|
||||||
GameObject go = this.m_previewInstance;
|
GameObject go = this.m_previewInstance;
|
||||||
|
|
||||||
if (m_requireRefresh && go != null) {
|
if (m_requireRefresh && go != null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user