1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 05:03:20 +08:00

Add comment.

This commit is contained in:
smoogipooo 2017-06-02 19:36:47 +09:00
parent c7dcb54d45
commit d6e49b94ec

View File

@ -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;
}