mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Expose LowestSuccessfulHitResult()
This commit is contained in:
parent
ed5f41ec23
commit
a7f8c5935d
@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// Retrieves the <see cref="HitResult"/> with the largest hit window that produces a successful hit.
|
||||
/// </summary>
|
||||
/// <returns>The lowest allowed successful <see cref="HitResult"/>.</returns>
|
||||
protected HitResult LowestSuccessfulHitResult()
|
||||
public HitResult LowestSuccessfulHitResult()
|
||||
{
|
||||
for (var result = HitResult.Meh; result <= HitResult.Perfect; ++result)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user