mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix typo in comment
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user