mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Update inspections
This commit is contained in:
@ -87,9 +87,9 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
private void restart()
|
||||
{
|
||||
MusicController.CurrentTrack?.Reset();
|
||||
MusicController.CurrentTrack.Reset();
|
||||
loadStoryboard(Beatmap.Value);
|
||||
MusicController.CurrentTrack?.Start();
|
||||
MusicController.CurrentTrack.Start();
|
||||
}
|
||||
|
||||
private void loadStoryboard(WorkingBeatmap working)
|
||||
|
Reference in New Issue
Block a user