mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 13:22:55 +08:00
Remove explicit namespacing.
This commit is contained in:
parent
70be33bde0
commit
409160859d
@ -30,7 +30,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
if (!userTriggered)
|
||||
{
|
||||
if (Judgement.TimeOffset > tick.TickTimeDistance / 2)
|
||||
Judgement.Result = Modes.Objects.Drawables.HitResult.Miss;
|
||||
Judgement.Result = HitResult.Miss;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user