1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:42:56 +08:00

Add region

This commit is contained in:
Dean Herbert 2019-06-17 23:25:16 +09:00
parent ad4c9babe7
commit 3a04684efb

View File

@ -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;