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

This commit is contained in:
Harald Csaszar 2019-06-19 15:02:35 +02:00
parent 7c3cb7b196
commit 57992b6cdf

View File

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