1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 23:13:20 +08:00

Fix comment grammar

This commit is contained in:
Dean Herbert 2023-02-14 15:55:31 +09:00
parent ca2603324c
commit 21429e164f

View File

@ -505,7 +505,7 @@ namespace osu.Game
/// <summary>
/// Present a skin select immediately.
/// </summary>
/// <param name="importedSkin">Skin to select</param>
/// <param name="importedSkin">The skin to select.</param>
public void PresentSkin(Live<SkinInfo> importedSkin) => SkinManager.CurrentSkinInfo.Value = importedSkin;
/// <summary>