1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 05:37:19 +08:00

Fix broken xmldoc param

This commit is contained in:
Dan Balasescu 2018-01-03 13:12:49 +09:00 committed by GitHub
parent 1c3541f18e
commit fa6db30d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Mods
/// <summary>
/// Change the selected mod index of this button.
/// </summary>
/// <param name="newIndexhe new index</param>
/// <param name="newIndex">The new index.</param>
/// <returns>Whether the selection changed.</returns>
private bool changeSelectedIndex(int newIndex)
{