I think this is expected. If not, there's an alternative solution.
"Use `StringBuilder.Append(char)` instead of `StringBuilder.Append(string)` when the input is a constant unit string"
Co-authored-by: Salman Ahmed <email@iisalman.me>
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.