mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update all existing calls to extension method with correct fallback handling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user