1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

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
{
/// <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).
/// </summary>
public event Action SeasonalBackgroundChanged;