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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user