1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 03:07:51 +08:00

Fix post-merge issues.

This commit is contained in:
Dean Herbert 2017-03-13 22:33:31 +09:00
parent b2981fb729
commit 980807d91e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

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