Merge pull request #8142 from peppy/add-star-difficulty-max-migration

Fix song select max displayable star difficulty getting stuck at wrong maximum
This commit is contained in:
Dan Balasescu
2020-03-05 17:10:10 +09:00
committed by GitHub
5 changed files with 89 additions and 10 deletions

View File

@ -104,7 +104,7 @@ namespace osu.Game.Tests.Visual
base.Content.Add(content = new DrawSizePreservingFillContainer());
}
public void RecycleLocalStorage()
public virtual void RecycleLocalStorage()
{
if (localStorage?.IsValueCreated == true)
{