Merge branch 'master' into intro-v2

This commit is contained in:
Dean Herbert
2017-11-09 17:48:42 +09:00
committed by GitHub
9 changed files with 30 additions and 29 deletions

View File

@ -79,6 +79,7 @@ namespace osu.Game.Screens.Menu
public OsuLogo()
{
// Required to make Schedule calls run in OsuScreen even when we are not visible.
AlwaysPresent = true;
EarlyActivationMilliseconds = early_activation;