mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Fix non-IBeatmap usage
This commit is contained in:
parent
1aefd71b65
commit
20509b1cc2
@ -112,7 +112,7 @@ namespace osu.Game.Tests.Visual
|
||||
AddAssert("check no infolabels", () => !infoWedge.Info.InfoLabelContainer.Children.Any());
|
||||
}
|
||||
|
||||
private void selectBeatmap(Beatmap b)
|
||||
private void selectBeatmap(IBeatmap b)
|
||||
{
|
||||
BeatmapInfoWedge.BufferedWedgeInfo infoBefore = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user