More TestCaseManiaHitObjects fixes.

This commit is contained in:
smoogipooo
2017-09-11 04:34:30 +09:00
parent 3b5e847a31
commit 8bb8999820
3 changed files with 11 additions and 4 deletions

View File

@ -207,6 +207,10 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
RelativePositionAxes = Axes.None;
Y = 0;
// Life time managed by the parent DrawableHoldNote
LifetimeStart = double.MinValue;
LifetimeEnd = double.MaxValue;
HasOwnGlow = false;
}
@ -246,6 +250,10 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
RelativePositionAxes = Axes.None;
Y = 0;
// Life time managed by the parent DrawableHoldNote
LifetimeStart = double.MinValue;
LifetimeEnd = double.MaxValue;
HasOwnGlow = false;
}