mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix last formatting error
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user