Fix typo in comment

This commit is contained in:
Bartłomiej Dach
2020-10-30 22:39:34 +01:00
parent 38cf90a69b
commit 391dd73843

View File

@ -19,7 +19,7 @@ namespace osu.Game.Graphics.Backgrounds
public class SeasonalBackgroundLoader : Component public class SeasonalBackgroundLoader : Component
{ {
/// <summary> /// <summary>
/// Fired when background change should be changed due to receiving backgrounds from API /// Fired when background should be changed due to receiving backgrounds from API
/// or when the user setting is changed (as it might require unloading the seasonal background). /// or when the user setting is changed (as it might require unloading the seasonal background).
/// </summary> /// </summary>
public event Action SeasonalBackgroundChanged; public event Action SeasonalBackgroundChanged;