mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Use SortedList + BinarySearch to find control points at time values.
This commit is contained in:
@ -55,7 +55,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
}
|
||||
|
||||
var controlPointInfo = new ControlPointInfo();
|
||||
controlPointInfo.ControlPoints.Add(new TimingControlPoint
|
||||
controlPointInfo.TimingPoints.Add(new TimingControlPoint
|
||||
{
|
||||
BeatLength = 200
|
||||
});
|
||||
|
Reference in New Issue
Block a user