1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Add comment explaining necessity of AlwaysPresent for now

This commit is contained in:
Dean Herbert 2017-11-08 20:36:18 +09:00
parent c2d4a213b1
commit e2005c4431

View File

@ -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;