1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 02:47:26 +08:00
osu-lazer/osu.Game/Screens/Backgrounds
Bartłomiej Dach 434c0d92e4 Use Bindable{Float,Double}s everywhere
To avoid further floating-point comparison bugs, remove all usages of
Bindable<{float,double}>, replacing them with their
Bindable<Float,Double> counterparts.
2020-02-01 22:50:29 +01:00
..
BackgroundScreenBeatmap.cs Use Bindable{Float,Double}s everywhere 2020-02-01 22:50:29 +01:00
BackgroundScreenBlack.cs Merge remote-tracking branch 'origin/master' into iscreen 2019-01-29 21:21:36 +09:00
BackgroundScreenCustom.cs Use pattern matching. 2019-11-12 19:55:19 +08:00
BackgroundScreenDefault.cs Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00