1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Removed an unnecessary newline

This commit is contained in:
OpenSauce04 2023-01-10 16:24:02 +00:00
parent 362c9050df
commit 21b617062a

View File

@ -243,7 +243,6 @@ namespace osu.Game.Rulesets.Taiko.UI
public QuarterCircle(TaikoAction handledAction, Color4 colour)
{
this.handledAction = handledAction;
RelativeSizeAxes = Axes.Both;