mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
Remove commented-out code
This commit is contained in:
parent
060461a431
commit
f39fcee41b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user