1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 01:47: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; Beatmap = beatmap;
} }
protected override ArchiveReader GetReader() => null; protected override BeatmapArchiveReader GetReader() => null;
} }
} }
} }