mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix build issues
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
|
||||
using (var stream = new MemoryStream(Encoding.UTF8.GetBytes(test_beatmap_data)))
|
||||
using (var reader = new StreamReader(stream))
|
||||
return testBeatmapCache = Decoder.GetDecoder(reader).DecodeBeatmap(reader);
|
||||
return testBeatmapCache = Decoder.GetDecoder<Beatmap>(reader).Decode(reader);
|
||||
}
|
||||
|
||||
private const string test_beatmap_data =
|
||||
|
Reference in New Issue
Block a user