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:
parent
a854ce429a
commit
ffc1e841e0
@ -584,7 +584,7 @@ namespace osu.Game
|
||||
SessionStatics.ResetValues();
|
||||
});
|
||||
|
||||
Add(new GameIdleTracker(300000));
|
||||
Add(sessionIdleTracker);
|
||||
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user