missing blank line between methods

This commit is contained in:
Jeremiah DECOMBE 2023-01-23 23:15:37 +01:00
parent f13a5465ba
commit 26adc28943

View File

@ -135,6 +135,7 @@ namespace osu.Game.Screens.Select
background.BlurAmount.Value = v * BACKGROUND_BLUR;
});
}
private void applyBackgroundBlur(ValueChangedEvent<float> v)
{
applyBackgroundBlur(v.NewValue);