mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Set interpreted difficulty to correct default
This commit is contained in:
parent
6806e40ad9
commit
dd8423c4c4
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user