1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

remove unnecessary internal

This commit is contained in:
Aergwyn 2018-01-13 16:15:41 +01:00
parent 356bb5da1e
commit 7875f0cb01

View File

@ -199,7 +199,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// </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;