1
0
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:
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 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);