mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix volume control not showing is mouse-wheel is turned during its fade-out animation.
This commit is contained in:
parent
52f6a09319
commit
aae5f4f9e2
@ -70,7 +70,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
|
||||
|
||||
public void Adjust(InputState state)
|
||||
{
|
||||
if (!IsVisible)
|
||||
if (State == Visibility.Hidden)
|
||||
{
|
||||
Show();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user