mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Add comment highlighting reason for blocking mouse down
This commit is contained in:
parent
a16050534d
commit
5a38abe679
@ -92,6 +92,8 @@ namespace osu.Game.Overlays.Volume
|
|||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnMouseDown(MouseDownEvent e)
|
||||||
{
|
{
|
||||||
base.OnMouseDown(e);
|
base.OnMouseDown(e);
|
||||||
|
|
||||||
|
// Block mouse down to avoid dismissing overlays sitting behind the mute button
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user