mirror of
https://github.com/ppy/osu.git
synced 2025-03-07 05:47:18 +08:00
Under some situations, such as when there are no control points, ControlPointInfo will return to us a newly-constructed controlpoint with every call to SamplePointAt, which will fail on this key lookup. Between this and overriding GetHashCode, I think this is the more proper fix for this.