mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
TestCasePlayer doesn't need a PlayerLoader.
This commit is contained in:
parent
1a2db87668
commit
9e6fa965b2
@ -83,10 +83,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
Colour = Color4.Black,
|
Colour = Color4.Black,
|
||||||
});
|
});
|
||||||
|
|
||||||
Add(new PlayerLoader(Player = CreatePlayer(beatmap))
|
Add(Player = CreatePlayer(beatmap));
|
||||||
{
|
|
||||||
Beatmap = beatmap
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual Player CreatePlayer(WorkingBeatmap beatmap)
|
protected virtual Player CreatePlayer(WorkingBeatmap beatmap)
|
||||||
|
Loading…
Reference in New Issue
Block a user