diff --git a/Core_OverlayMods/Clothes/KoiClothesOverlayController.cs b/Core_OverlayMods/Clothes/KoiClothesOverlayController.cs index ce06ff4..61a6b08 100644 --- a/Core_OverlayMods/Clothes/KoiClothesOverlayController.cs +++ b/Core_OverlayMods/Clothes/KoiClothesOverlayController.cs @@ -510,8 +510,7 @@ private void KickRefreshAllTexturesCo() private IEnumerator RefreshAllTexturesCo() { - yield return null; - while ( --_delayRefreshAllTexturesCo > 0 ) + while( --_delayRefreshAllTexturesCo > 0 ) yield return null; RefreshAllTextures(); }