1
0
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:
smoogipoo
2018-08-06 11:31:46 +09:00
Unverified
parent ab642b563f
commit 741ec0021e
23 changed files with 47 additions and 47 deletions
@@ -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;