1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 17:40:08 +08:00

Remove line break in MusicController

This commit is contained in:
Thomas Müller
2017-02-11 16:23:15 +01:00
Unverified
parent 2da8e8fc9b
commit 2c4ecb990d
-1
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;