Преглед на файлове

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

Harald Csaszar преди 6 години
родител
ревизия
0df273d327
променени са 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 true;
+			return false;
 		}
 		}
 		#endif // UNITY_EDITOR
 		#endif // UNITY_EDITOR