Rename variables

This commit is contained in:
Dean Herbert
2018-06-06 15:49:27 +09:00
parent 86be1bef6b
commit d1fd09ed47
4 changed files with 6 additions and 6 deletions

View File

@ -84,7 +84,7 @@ namespace osu.Game.Overlays.Toolbar
private void load(OsuGame osuGame)
{
if (osuGame != null)
allowOverlays.BindTo(osuGame.AllowOverlays);
allowOverlays.BindTo(osuGame.OverlayActivationMode);
StateChanged += visibility =>
{