mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 19:12:59 +08:00
Add a brief inline comment to make sure we don't undo the fix
This commit is contained in:
parent
c1107d2797
commit
387fcb8781
@ -425,6 +425,7 @@ namespace osu.Game.Screens.Select
|
|||||||
if (!AllowEditing)
|
if (!AllowEditing)
|
||||||
throw new InvalidOperationException($"Attempted to edit when {nameof(AllowEditing)} is disabled");
|
throw new InvalidOperationException($"Attempted to edit when {nameof(AllowEditing)} is disabled");
|
||||||
|
|
||||||
|
// Forced refetch is important here to guarantee correct invalidation across all difficulties.
|
||||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmapInfo ?? beatmapInfoNoDebounce, true);
|
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmapInfo ?? beatmapInfoNoDebounce, true);
|
||||||
this.Push(new EditorLoader());
|
this.Push(new EditorLoader());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user