mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix last formatting error
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
}
|
||||
else
|
||||
{
|
||||
for (int i = 0;; i++)
|
||||
for (int i = 0; true; i++)
|
||||
{
|
||||
var textureName = _getStateTextureName(i);
|
||||
Texture texture = skin.GetTexture(textureName);
|
||||
|
Reference in New Issue
Block a user