1
0
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:
Craftplacer 2020-04-24 08:05:57 +02:00
parent 84aa37d7c3
commit 8ae119ab62

View File

@ -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);