mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 23:53:21 +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
|
else
|
||||||
{
|
{
|
||||||
for (int i = 0;; i++)
|
for (int i = 0; true; i++)
|
||||||
{
|
{
|
||||||
var textureName = _getStateTextureName(i);
|
var textureName = _getStateTextureName(i);
|
||||||
Texture texture = skin.GetTexture(textureName);
|
Texture texture = skin.GetTexture(textureName);
|
||||||
|
Loading…
Reference in New Issue
Block a user