mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Centralise calls to reset online info of a BeatmapInfo
This commit is contained in:
@ -239,7 +239,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
createPlayerTest(false, r =>
|
||||
{
|
||||
var beatmap = createTestBeatmap(r);
|
||||
beatmap.BeatmapInfo.OnlineID = -1;
|
||||
beatmap.BeatmapInfo.ResetOnlineInfo();
|
||||
return beatmap;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user