nest class outside of OsuModRandom

This commit is contained in:
alix 2023-05-12 00:29:00 -04:00
parent 53ab780796
commit b3a5e4d305
1 changed files with 5 additions and 5 deletions

View File

@ -161,6 +161,7 @@ private bool shouldApplyFlowChange(IReadOnlyList<OsuHitObjectGenerationUtils.Obj
return previousObjectStartedCombo && random.NextDouble() < 0.6f;
}
}
public partial class AngleSharpnessSlider : SettingsSlider<float>
{
@ -169,5 +170,4 @@ public AngleSharpnessSlider()
KeyboardStep = 0.5f;
}
}
}
}