Merge pull request #3388 from peppy/fix-logo-overhead

Fix osu! logo being present throughout the whole game
This commit is contained in:
Dean Herbert 2018-09-15 18:44:12 +09:00 committed by GitHub
commit 9a88e09eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -84,11 +84,10 @@ public bool Ripple
private const double early_activation = 60;
public override bool IsPresent => base.IsPresent || Scheduler.HasPendingTasks;
public OsuLogo()
{
// Required to make Schedule calls run in OsuScreen even when we are not visible.
AlwaysPresent = true;
EarlyActivationMilliseconds = early_activation;
Size = new Vector2(default_size);