mirror of
https://github.com/ppy/osu.git
synced 2025-02-11 23:13:06 +08:00
missing blank line between methods
This commit is contained in:
parent
f13a5465ba
commit
26adc28943
@ -135,6 +135,7 @@ namespace osu.Game.Screens.Select
|
|||||||
background.BlurAmount.Value = v * BACKGROUND_BLUR;
|
background.BlurAmount.Value = v * BACKGROUND_BLUR;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void applyBackgroundBlur(ValueChangedEvent<float> v)
|
private void applyBackgroundBlur(ValueChangedEvent<float> v)
|
||||||
{
|
{
|
||||||
applyBackgroundBlur(v.NewValue);
|
applyBackgroundBlur(v.NewValue);
|
||||||
|
Loading…
Reference in New Issue
Block a user