Apply some renames to convey difference between creation options better

This commit is contained in:
Bartłomiej Dach
2022-02-06 19:51:02 +01:00
parent a144d6f8d6
commit 6fd663a718
5 changed files with 14 additions and 9 deletions

View File

@ -136,7 +136,7 @@ namespace osu.Game.Tests.Visual
return new TestWorkingBeatmapCache(this, audioManager, resources, storage, defaultBeatmap, host);
}
public override WorkingBeatmap CreateNewBlankDifficulty(NewDifficultyCreationParameters creationParameters)
public override WorkingBeatmap CreateNewDifficulty(NewDifficultyCreationParameters creationParameters)
{
// don't actually care about properly creating a difficulty for this context.
return TestBeatmap;