Fix typo in variable

This commit is contained in:
Dean Herbert
2019-06-27 12:47:05 +09:00
parent a5ccfeb18e
commit 3294464bc6
2 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ namespace osu.Game.Tests.Visual.Online
private class TestBeatmapSetOverlay : BeatmapSetOverlay
{
public bool DownloadButtonsVisible => Header.DownloadButtonsVisibile;
public bool DownloadButtonsVisible => Header.DownloadButtonsVisible;
}
}
}