mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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) {
|
||||
if (this.PreviewUtilityCamera.activeTexture == null || this.PreviewUtilityCamera.targetTexture == null )
|
||||
return;
|
||||
|
||||
GameObject go = this.m_previewInstance;
|
||||
|
||||
if (m_requireRefresh && go != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user