mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +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[]
|
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 },
|
hyperDashTrails = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = hyperDashColour },
|
||||||
endGlowSprites = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = hyperDashEndGlowColour }
|
endGlowSprites = new Container<CatcherTrailSprite> { RelativeSizeAxes = Axes.Both, Colour = hyperDashEndGlowColour }
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user