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