mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Don't block sample points from still being added to ControlPointInfo
This commit is contained in:
parent
6fd24a5d92
commit
6ee4a6526c
@ -408,7 +408,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
if (point is SampleControlPoint)
|
||||
{
|
||||
controlPointInfo.Add(time, point);
|
||||
return;
|
||||
}
|
||||
|
||||
if (time != pendingControlPointsTime)
|
||||
|
Loading…
Reference in New Issue
Block a user