mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 01:07:25 +08:00
Add null check because we can
This commit is contained in:
parent
a17eac3692
commit
b1e72c311e
@ -180,7 +180,7 @@ namespace osu.Game.Screens.Edit.Setup
|
|||||||
|
|
||||||
music.ReloadCurrentTrack();
|
music.ReloadCurrentTrack();
|
||||||
|
|
||||||
editor.UpdateClockSource();
|
editor?.UpdateClockSource();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user