Merge branch 'master' into refactor-scrolling-hoc-1

This commit is contained in:
Dan Balasescu
2021-06-11 20:35:19 +09:00
committed by GitHub
8 changed files with 106 additions and 76 deletions

View File

@ -716,7 +716,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
if (HitObject != null)
HitObject.DefaultsApplied -= onDefaultsApplied;
CurrentSkin.SourceChanged -= skinSourceChanged;
if (CurrentSkin != null)
CurrentSkin.SourceChanged -= skinSourceChanged;
}
}