1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 00:12:55 +08:00

Remove pointless default value

This commit is contained in:
Dean Herbert 2023-04-25 20:22:12 +09:00
parent d8b4db3a13
commit dd2c289ce9

View File

@ -56,7 +56,6 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.BottomLeft, Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
Font = OsuFont.Torus.With(size: count_font_size * scale_factor, weight: FontWeight.Bold), Font = OsuFont.Torus.With(size: count_font_size * scale_factor, weight: FontWeight.Bold),
Text = "0"
}, },
}; };