mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:42:56 +08:00
Add region
This commit is contained in:
parent
ad4c9babe7
commit
3a04684efb
@ -686,6 +686,8 @@ namespace osu.Game
|
||||
return false;
|
||||
}
|
||||
|
||||
#region Inactive audio dimming
|
||||
|
||||
private readonly BindableDouble userInactiveVolume = new BindableDouble();
|
||||
|
||||
private readonly BindableDouble inactiveVolumeFade = new BindableDouble();
|
||||
@ -704,6 +706,8 @@ namespace osu.Game
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public bool OnReleased(GlobalAction action) => false;
|
||||
|
||||
private Container overlayContent;
|
||||
|
Loading…
Reference in New Issue
Block a user