1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-28 16:05:35 +08:00

Remove commented-out code

This commit is contained in:
Bartłomiej Dach 2022-05-06 10:04:00 +02:00
parent 060461a431
commit f39fcee41b
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -178,7 +178,6 @@ namespace osu.Game.Screens.Play.HUD
if (IsDangerousAction)
{
//Child.Scale = new Vector2(1 + (float)progress.NewValue);
Colour = Interpolation.ValueAt(progress.NewValue, Color4.White, Color4.Red, 0, 1, Easing.OutQuint);
if (progress.NewValue > 0 && progress.NewValue < 1)