1
0
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:
David Zhao 2019-02-20 16:58:12 +09:00
parent 5bf405f949
commit 3f000dfe2e

View File

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