1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 03:57:25 +08:00
This commit is contained in:
Alex Amadori 2017-03-07 00:03:04 +01:00
parent fd53d10264
commit a297489151

View File

@ -99,7 +99,7 @@ namespace osu.Desktop.VisualTests.Tests
Beatmap = beatmap;
}
protected override ArchiveReader GetReader() => null;
protected override BeatmapArchiveReader GetReader() => null;
}
}
}