mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 03:59:55 +08:00
Add comment.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user