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