mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
More TestCaseManiaHitObjects fixes.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user