mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Fix volume control not showing is mouse-wheel is turned during its fade-out animation.
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
|
|||||||
|
|
||||||
public void Adjust(InputState state)
|
public void Adjust(InputState state)
|
||||||
{
|
{
|
||||||
if (!IsVisible)
|
if (State == Visibility.Hidden)
|
||||||
{
|
{
|
||||||
Show();
|
Show();
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user