1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Fix spelling error

This commit is contained in:
Dan Balasescu 2017-12-27 23:14:48 +09:00 committed by GitHub
parent 07e0c423f5
commit 3a2dadc9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ namespace osu.Game.Screens.Select
public override bool HandleInput => AllowSelection; public override bool HandleInput => AllowSelection;
/// <summary> /// <summary>
/// Used to avoid firing null selections before the initial baetmaps have been loaded via <see cref="BeatmapSets"/>. /// Used to avoid firing null selections before the initial beatmaps have been loaded via <see cref="BeatmapSets"/>.
/// </summary> /// </summary>
private bool initialLoadComplete; private bool initialLoadComplete;