Update all existing calls to extension method with correct fallback handling

This commit is contained in:
Dean Herbert
2022-03-29 16:45:21 +09:00
parent 7d716adf39
commit ea9495eb74
7 changed files with 59 additions and 7 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Tests.Visual
if (autoplayMod != null)
{
DrawableRuleset?.SetReplayScore(autoplayMod.CreateReplayScore(GameplayState.Beatmap, Mods.Value));
DrawableRuleset?.SetReplayScore(autoplayMod.CreateScoreFromReplayData(GameplayState.Beatmap, Mods.Value));
return;
}