mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add region
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user