mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Don't block sample points from still being added to ControlPointInfo
This commit is contained in:
@ -408,7 +408,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
if (point is SampleControlPoint)
|
||||
{
|
||||
controlPointInfo.Add(time, point);
|
||||
return;
|
||||
}
|
||||
|
||||
if (time != pendingControlPointsTime)
|
||||
|
Reference in New Issue
Block a user