1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:47:25 +08:00

Add null check because we can

This commit is contained in:
Dean Herbert 2020-09-25 12:28:41 +09:00
parent a17eac3692
commit b1e72c311e

View File

@ -180,7 +180,7 @@ namespace osu.Game.Screens.Edit.Setup
music.ReloadCurrentTrack();
editor.UpdateClockSource();
editor?.UpdateClockSource();
return true;
}