1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

public before private

This commit is contained in:
David Zhao 2019-07-11 14:14:00 +09:00
parent ac170a6957
commit 932243cfd4

View File

@ -22,10 +22,6 @@ namespace osu.Game.Graphics.Containers
/// </remarks>
public readonly Bindable<float> BlurAmount = new Bindable<float>();
private Bindable<double> userBlurLevel { get; set; }
private Background background;
public Background 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)
{
if (drawable is Background)