浏览代码

[unity] Fixed unnecessary correct-material-stencil-comp and save assets calls which caused wait time after exiting play mode. Closes #1385.

Harald Csaszar 6 年之前
父节点
当前提交
57992b6cdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs

+ 1 - 1
spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs

@@ -567,7 +567,7 @@ namespace Spine.Unity {
 						return true;
 				}
 			}
-			return true;
+			return false;
 		}
 		#endif // UNITY_EDITOR