1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 15:57:24 +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(); SessionStatics.ResetValues();
}); });
Add(new GameIdleTracker(300000)); Add(sessionIdleTracker);
AddRange(new Drawable[] AddRange(new Drawable[]
{ {