mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 21:40:44 +08:00
Rename more judgement-related methods to "result"
This commit is contained in:
@@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
|
||||
|
||||
public Func<CatchHitObject, bool> CheckPosition;
|
||||
|
||||
protected override void CheckForJudgements(bool userTriggered, double timeOffset)
|
||||
protected override void CheckForResult(bool userTriggered, double timeOffset)
|
||||
{
|
||||
if (CheckPosition == null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user