mirror of https://github.com/ppy/osu
remove unnecessary internal
This commit is contained in:
parent
356bb5da1e
commit
7875f0cb01
|
@ -199,7 +199,7 @@ protected void AddJudgement(Judgement judgement)
|
|||
/// </summary>
|
||||
/// <param name="userTriggered">Whether the user triggered this process.</param>
|
||||
/// <returns>Whether a judgement has occurred from this <see cref="DrawableHitObject"/> or any nested <see cref="DrawableHitObject"/>s.</returns>
|
||||
protected internal bool UpdateJudgement(bool userTriggered)
|
||||
protected bool UpdateJudgement(bool userTriggered)
|
||||
{
|
||||
judgementOccurred = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue