mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
missing blank line between methods
This commit is contained in:
@ -135,6 +135,7 @@ namespace osu.Game.Screens.Select
|
||||
background.BlurAmount.Value = v * BACKGROUND_BLUR;
|
||||
});
|
||||
}
|
||||
|
||||
private void applyBackgroundBlur(ValueChangedEvent<float> v)
|
||||
{
|
||||
applyBackgroundBlur(v.NewValue);
|
||||
|
Reference in New Issue
Block a user