Fill in missing xmldoc

This commit is contained in:
Dean Herbert
2020-02-21 15:35:40 +09:00
parent 92f6f0207c
commit b94f937f7e
2 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
/// <summary>
/// Constuct a new loading spinner.
/// </summary>
/// <param name="withBox"></param>
/// <param name="withBox">Whether the spinner should have a surrounding black box for visibility.</param>
public LoadingSpinner(bool withBox = false)
{
Size = new Vector2(60);