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:
parent
356bb5da1e
commit
7875f0cb01
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user