Merge branch 'EsotericSoftware/3.6' into 3.6

This commit is contained in:
Stephen Gowen 2017-10-25 16:25:33 -04:00
commit d6215acf17

View File

@ -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) {