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:
parent
d8b4db3a13
commit
dd2c289ce9
@ -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"
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user