mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-31 02:32:53 +08:00
fix: remove spammy "Invalidated job!" message (#847)
This commit is contained in:
parent
2af603e365
commit
61a70feed7
@ -63,7 +63,6 @@ namespace nadena.dev.modular_avatar.core.armature_lock
|
|||||||
|
|
||||||
if (transitioned)
|
if (transitioned)
|
||||||
{
|
{
|
||||||
Debug.Log("Invalidated job!");
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
EditorApplication.delayCall += () => OnInvalidation?.Invoke();
|
EditorApplication.delayCall += () => OnInvalidation?.Invoke();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user