mirror of
https://github.com/ppy/osu.git
synced 2025-03-09 22:47:20 +08:00
To avoid further floating-point comparison bugs, remove all usages of Bindable<{float,double}>, replacing them with their Bindable<Float,Double> counterparts.