mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Add comment explaining necessity of AlwaysPresent for now
This commit is contained in:
parent
c2d4a213b1
commit
e2005c4431
@ -77,6 +77,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;
|
||||
|
Loading…
Reference in New Issue
Block a user