1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Remove redundant property set

Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Salman Ahmed 2020-04-21 11:44:10 +03:00
parent ee62739b08
commit c8c2b51108

View File

@ -159,7 +159,7 @@ namespace osu.Game.Rulesets.Catch.UI
additiveTarget?.AddRange(new[]
{
dashTrails = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = Color4.White },
dashTrails = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both },
hyperDashTrails = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = hyperDashColour },
endGlowSprites = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = hyperDashEndGlowColour }
});