Add a few more overlooked beatmap save states on setup screen modifications

This commit is contained in:
Dean Herbert
2022-08-16 16:31:56 +09:00
parent 5238a5c115
commit ee153a345c
3 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Setup
private void updateBeatmap()
{
Beatmap.BeatmapInfo.SpecialStyle = specialStyle.Current.Value;
Beatmap.SaveState();
}
}
}