mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Remove unnecessary LoadTrack
call
This commit is contained in:
parent
3005ff1b9f
commit
e664690fe2
@ -27,7 +27,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
||||||
Beatmap.Value.LoadTrack();
|
|
||||||
|
|
||||||
Add(gameplayClockContainer = new MasterGameplayClockContainer(Beatmap.Value, skip_target_time));
|
Add(gameplayClockContainer = new MasterGameplayClockContainer(Beatmap.Value, skip_target_time));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user