remove unused usings and reset the track to the start when playing again

This commit is contained in:
Jorolf
2017-09-29 23:26:16 +02:00
parent 26e7a3f157
commit 2457df8e18
6 changed files with 2 additions and 15 deletions

View File

@ -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();
}
}