Fix typo and warnings.

This commit is contained in:
Huo Yaoyuan
2017-03-14 21:20:38 +08:00
parent c939897a8a
commit f97e8ae97f
3 changed files with 15 additions and 5 deletions

View File

@ -36,6 +36,10 @@ namespace osu.Game.Screens.Select
public OsuLogo StartButton;
/// <param name="text">Text on the button.</param>
/// <param name="colour">Colour of the button.</param>
/// <param name="hotkey">Hotkey of the button.</param>
/// <param name="action">Action the button does.</param>
/// <param name="depth">
/// <para>Higher depth to be put on the left, and lower to be put on the right.</para>
/// <para>Notice this is different to <see cref="Options.BeatmapOptionsOverlay"/>!</para>