소스 검색

[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