mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Restore a removed comment
This commit is contained in:
parent
22dfe46572
commit
1b12820de9
@ -94,6 +94,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
|||||||
.Expire();
|
.Expire();
|
||||||
break;
|
break;
|
||||||
case ArmedState.Hit:
|
case ArmedState.Hit:
|
||||||
|
// If we're far enough away from the left stage, we should bring outselves in front of it
|
||||||
if (X >= -0.05f)
|
if (X >= -0.05f)
|
||||||
ProxyContent();
|
ProxyContent();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user