1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:07:24 +08:00
osu-lazer/osu.Game/Overlays
Thomas Müller 9af0104e3e Fix NaN when dragging music controller
When dragging music controller we divide by the dragged distance.
When dragging to the origin of the drag this resulted in NaN.
Now, we check for this and use 0 in this case.
2017-03-18 12:46:12 +01:00
..
Dialog Remove unnecessary usings 2017-03-04 19:43:59 +01:00
Mods Initial attempt at making mods apply better. 2017-03-12 22:13:43 +09:00
Notifications Reduce warning/suggestion count to zero. 2017-03-09 15:52:40 +09:00
Options Fix warnings not covered by resharper locally. 2017-03-09 16:07:34 +09:00
Toolbar AlwaysReceiveInput and InternalContains. 2017-03-16 17:38:36 +09:00
ChatOverlay.cs Fix most warnings. 2017-03-07 13:05:57 +09:00
DialogOverlay.cs Remove unnecessary usings 2017-03-04 19:43:59 +01:00
DragBar.cs Fix most warnings. 2017-03-07 13:05:57 +09:00
LoginOverlay.cs Fix most warnings. 2017-03-07 13:05:57 +09:00
MusicController.cs Fix NaN when dragging music controller 2017-03-18 12:46:12 +01:00
NotificationManager.cs Fix most warnings. 2017-03-07 13:05:57 +09:00
OptionsOverlay.cs Options sidebar flickering fix. 2017-03-09 22:29:39 +02:00
WaveOverlayContainer.cs Merge branch 'master' into replay 2017-03-07 11:41:16 +09:00