1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Reword some comments.

This commit is contained in:
Dean Herbert 2017-03-16 14:08:37 +09:00
parent 352de22590
commit 269c1a5e5c
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -56,12 +56,12 @@ namespace osu.Game.Screens.Select
protected virtual bool ShowFooter => true;
/// <summary>
/// Can be null if <see cref="ShowFooter"/> == false
/// Can be null if <see cref="ShowFooter"/> is false.
/// </summary>
protected readonly BeatmapOptionsOverlay BeatmapOptions;
/// <summary>
/// Can be null if <see cref="ShowFooter"/> == false
/// Can be null if <see cref="ShowFooter"/> is false.
/// </summary>
protected readonly Footer Footer;