Change all instances of options to settings where applicable

This commit is contained in:
Dean Herbert
2017-05-15 10:55:29 +09:00
parent ca2bf29194
commit eaaba11586
51 changed files with 243 additions and 243 deletions

View File

@ -84,7 +84,7 @@ namespace osu.Game.Screens.Menu
}
}
buttons.OnSettings = game.ToggleOptions;
buttons.OnSettings = game.ToggleSettings;
preloadSongSelect();
}