1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 12:07:27 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Objects/Drawables/Connections
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
..
FollowPoint.cs Apply CornerExponent fixes 2019-11-22 19:49:20 +09:00
FollowPointConnection.cs Use Bindable{Float,Double}s everywhere 2020-02-01 22:50:29 +01:00
FollowPointRenderer.cs Remove unused returns 2019-11-06 16:36:12 +09:00