From 0df273d327ab2366b4cb728693de15f1dce97b0b Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 19 Jun 2019 15:02:35 +0200 Subject: [PATCH] [unity] Fixed unnecessary correct-material-stencil-comp and save assets calls which caused wait time after exiting play mode. Closes #1385. --- .../Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs index 1051f16cd..cc3d934aa 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonRenderer.cs +++ b/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