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