mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add null check because we can
This commit is contained in:
@ -180,7 +180,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
|
||||
music.ReloadCurrentTrack();
|
||||
|
||||
editor.UpdateClockSource();
|
||||
editor?.UpdateClockSource();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user