mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Set interpreted difficulty to correct default
This commit is contained in:
@ -35,6 +35,9 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
InterpretedDifficulty.Default = EditorBeatmap.BeatmapInfo.DifficultyRating;
|
||||
InterpretedDifficulty.SetDefault();
|
||||
|
||||
IssueList = new IssueList();
|
||||
Child = new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user