Remove unnecessary restating comment

This commit is contained in:
Salman Ahmed 2020-04-04 19:29:41 +03:00
parent 50604dc7b2
commit fbe95a52e3

View File

@ -294,7 +294,6 @@ namespace osu.Game.Rulesets.Catch.UI
this.FadeTo(1f, hyper_dash_transition_length, Easing.OutQuint); this.FadeTo(1f, hyper_dash_transition_length, Easing.OutQuint);
} }
// update hyper-dash colour of the hyper-dashing catcher sprites containers.
hyperDashTrails?.FadeColour(hyperDashColour, hyper_dash_transition_length, Easing.OutQuint); hyperDashTrails?.FadeColour(hyperDashColour, hyper_dash_transition_length, Easing.OutQuint);
endGlowSprites?.FadeColour(hyperDashEndGlowColour, hyper_dash_transition_length, Easing.OutQuint); endGlowSprites?.FadeColour(hyperDashEndGlowColour, hyper_dash_transition_length, Easing.OutQuint);
} }