mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Remove unnecessary region
This commit is contained in:
parent
5bf405f949
commit
3f000dfe2e
@ -12,12 +12,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
{
|
{
|
||||||
public class UserDimContainer : Container
|
public class UserDimContainer : Container
|
||||||
{
|
{
|
||||||
#region User Settings
|
|
||||||
|
|
||||||
protected Bindable<double> DimLevel;
|
protected Bindable<double> DimLevel;
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
public Bindable<bool> EnableUserDim = new Bindable<bool>();
|
public Bindable<bool> EnableUserDim = new Bindable<bool>();
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user