mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add comment explaining why the branch is necessary
This commit is contained in:
@ -49,6 +49,8 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
else overridePoint = controlPoint;
|
else overridePoint = controlPoint;
|
||||||
}
|
}
|
||||||
|
// Some beatmaps have the first timingPoint (accidentally) start after the first HitObject(s).
|
||||||
|
// This branch makes it so that the first ControlPoint that makes a timing change is used as the timingPoint for the HitObject(s).
|
||||||
else if (timingPoint == null && controlPoint.TimingChange)
|
else if (timingPoint == null && controlPoint.TimingChange)
|
||||||
{
|
{
|
||||||
timingPoint = controlPoint;
|
timingPoint = controlPoint;
|
||||||
|
Reference in New Issue
Block a user