mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Remove redundant cast
This commit is contained in:
parent
c0ae94dc60
commit
15c0b1a2ec
@ -101,7 +101,7 @@ namespace osu.Game.Screens.Play
|
||||
private void updateFadeState()
|
||||
{
|
||||
// Matches SettingsToolboxGroup
|
||||
background.FadeTo(IsHovered ? 1 : 0.1f, (float)500, Easing.OutQuint);
|
||||
background.FadeTo(IsHovered ? 1 : 0.1f, 500, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user