The logic was public but now it is private so the condition is ensured by the caller
if
We cannot just apply the transforms because DHO clears transforms when state is updated
- The repeated `Remove` call was quadratic complexity. Now it is linear time.
It is now more clear that the expression of distance checking is probably unintended (a bug)
PalpableCatchHitObject
There were two coordinate systems used: - 0..512 (used in osu!stable) - 0..1 (relative coordinate) This commit replaces the usage of the relative coordinate system to the coordinate system of 0..512.