mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Fix last formatting error
This commit is contained in:
parent
84aa37d7c3
commit
8ae119ab62
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user