Skip to content

Commit

Permalink
Revert "Fixed a bug that caused incomplete character changes (ManlyMa…
Browse files Browse the repository at this point in the history
…rco#29)"

This reverts commit f85bc8d.
  • Loading branch information
takahiro0327 committed Jun 13, 2024
1 parent 786479c commit 4a5ec67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core_OverlayMods/Clothes/KoiClothesOverlayController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,7 @@ private void KickRefreshAllTexturesCo()

private IEnumerator RefreshAllTexturesCo()
{
yield return null;
while ( --_delayRefreshAllTexturesCo > 0 )
while( --_delayRefreshAllTexturesCo > 0 )
yield return null;
RefreshAllTextures();
}
Expand Down

0 comments on commit 4a5ec67

Please sign in to comment.