Make virtual beatmap tracks approximate beatmap length

This commit is contained in:
smoogipoo
2018-06-27 16:02:49 +09:00
parent 6eb3e6c541
commit b88c4464cb
6 changed files with 53 additions and 14 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Beatmaps
}
catch
{
return new TrackVirtual();
return null;
}
}