mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Fix potential nullref is beatmap load failed
This commit is contained in:
parent
14570b6fb1
commit
9221213fe5
@ -36,6 +36,8 @@ namespace osu.Game.Screens.Play
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
if (!LoadedBeatmapSuccessfully) return;
|
||||
|
||||
Score = createScore(GameplayBeatmap, Mods.Value);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user