mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:03:20 +08:00
Add comment.
This commit is contained in:
parent
c7dcb54d45
commit
d6e49b94ec
@ -21,6 +21,7 @@ namespace osu.Game.Rulesets.Mania.Timing.Drawables
|
||||
if (parent == null)
|
||||
return;
|
||||
|
||||
// This is very naive and can be improved, but is adequate for now
|
||||
LifetimeStart = TimingChange.Time - parent.TimeSpan.Y;
|
||||
LifetimeEnd = TimingChange.Time + Content.RelativeCoordinateSpace.Y * 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user