mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove redundant property set
Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
ee62739b08
commit
c8c2b51108
@ -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 }
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user