1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Fix sessionIdleTracker not being properly added to OsuGame

This commit is contained in:
jvyden 2021-04-19 01:06:26 -04:00
parent a854ce429a
commit ffc1e841e0
No known key found for this signature in database
GPG Key ID: 18BCF2BE0262B278

View File

@ -584,7 +584,7 @@ namespace osu.Game
SessionStatics.ResetValues();
});
Add(new GameIdleTracker(300000));
Add(sessionIdleTracker);
AddRange(new Drawable[]
{