mirror of
https://github.com/ppy/osu
synced 2025-02-26 15:40:56 +00:00
Don't move completed drum rolls above the playfield.
This commit is contained in:
parent
0c1b68d711
commit
e9a98358b3
@ -224,7 +224,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
|
||||
if (!secondHit)
|
||||
{
|
||||
if (judgedObject.X >= -0.05f && !(judgedObject is DrawableSwell))
|
||||
if (judgedObject.X >= -0.05f && judgedObject is DrawableHit)
|
||||
{
|
||||
// If we're far enough away from the left stage, we should bring outselves in front of it
|
||||
topLevelHitContainer.Add(judgedObject.CreateProxy());
|
||||
|
Loading…
Reference in New Issue
Block a user