Remove line break in MusicController

This commit is contained in:
Thomas Müller 2017-02-11 16:23:15 +01:00
parent 2da8e8fc9b
commit 2c4ecb990d

View File

@ -240,7 +240,6 @@ namespace osu.Game.Overlays
if (current?.TrackLoaded ?? false)
{
progress.UpdatePosition((float)(current.Track.CurrentTime / current.Track.Length));
playButton.Icon = current.Track.IsRunning ? FontAwesome.fa_pause_circle_o : FontAwesome.fa_play_circle_o;