Rename Stop to StopAnyPlaying for clarity

This commit is contained in:
Dean Herbert
2018-06-22 12:35:43 +09:00
parent 4b2b1f51f9
commit 73e13e2d63
4 changed files with 9 additions and 9 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Graphics.Containers
protected override void PopOut()
{
base.PopOut();
previewTrackManager.Stop(this);
previewTrackManager.StopAnyPlaying(this);
}
}
}