mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add null checks to unguarded resolved-as-null fields
This commit is contained in:
@ -128,7 +128,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
controlPointGroups.BindCollectionChanged((sender, args) =>
|
||||
{
|
||||
table.ControlGroups = controlPointGroups;
|
||||
changeHandler.SaveState();
|
||||
changeHandler?.SaveState();
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user