mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
public before private
This commit is contained in:
parent
ac170a6957
commit
932243cfd4
@ -22,10 +22,6 @@ namespace osu.Game.Graphics.Containers
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
public readonly Bindable<float> BlurAmount = new Bindable<float>();
|
public readonly Bindable<float> BlurAmount = new Bindable<float>();
|
||||||
|
|
||||||
private Bindable<double> userBlurLevel { get; set; }
|
|
||||||
|
|
||||||
private Background background;
|
|
||||||
|
|
||||||
public Background Background
|
public Background Background
|
||||||
{
|
{
|
||||||
get => background;
|
get => background;
|
||||||
@ -36,6 +32,10 @@ namespace osu.Game.Graphics.Containers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private Bindable<double> userBlurLevel { get; set; }
|
||||||
|
|
||||||
|
private Background background;
|
||||||
|
|
||||||
public override void Add(Drawable drawable)
|
public override void Add(Drawable drawable)
|
||||||
{
|
{
|
||||||
if (drawable is Background)
|
if (drawable is Background)
|
||||||
|
Loading…
Reference in New Issue
Block a user