mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove explicit namespacing.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user