1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 18:38:32 +08:00
Commit Graph

1 Commits

  • Merge implementations of ConvertHitObjectParser
    Having these be separate implementations sounded awesome at the time,
    but it only ever led to confusion. There's no practical difference if,
    for example, catch sees hitobjects with `IHasPosition` instead of
    `IHasXPosition`.