1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Don't block sample points from still being added to ControlPointInfo

This commit is contained in:
Dean Herbert 2021-08-30 16:58:03 +09:00
parent 6fd24a5d92
commit 6ee4a6526c

View File

@ -408,7 +408,6 @@ namespace osu.Game.Beatmaps.Formats
if (point is SampleControlPoint)
{
controlPointInfo.Add(time, point);
return;
}
if (time != pendingControlPointsTime)