mirror of
https://github.com/ppy/osu
synced 2024-12-13 02:17:32 +00:00
Remove line break in MusicController
This commit is contained in:
parent
2da8e8fc9b
commit
2c4ecb990d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user