mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
remove unused usings and reset the track to the start when playing again
This commit is contained in:
@ -131,12 +131,13 @@ namespace osu.Game.Overlays.Direct
|
||||
{
|
||||
PlayButton.Loading = false;
|
||||
Preview = (d as AudioLoadWrapper)?.Preview;
|
||||
Preview.Start();
|
||||
PreviewPlaying.TriggerChange();
|
||||
},
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
Preview.Seek(0);
|
||||
Preview.Start();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user