Mode -> Ruleset.

This commit is contained in:
Dean Herbert
2017-04-18 16:05:58 +09:00
parent 0bed537239
commit fbd26a1d5e
236 changed files with 642 additions and 642 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Screens
{
base.OnEntering(last);
//only show the pop button if we are entered form another gamemode.
//only show the pop button if we are entered form another screen.
if (last != null)
popButton.Alpha = 1;