1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 18:12:56 +08:00

Fix preview can be played on start

This commit is contained in:
Andrei Zavatski 2019-08-08 09:52:42 +03:00
parent cbcdc28900
commit 8668bce25d

View File

@ -231,6 +231,8 @@ namespace osu.Game.Screens.Multi.Match
private void onStart()
{
trackManager.StopAnyPlaying(this);
switch (type.Value)
{
default: