Skip to content

Commit

Permalink
Merge pull request #30602 from peppy/increase-idle-time
Browse files Browse the repository at this point in the history
Increase idle time before gameplay loads when hovering controls
  • Loading branch information
smoogipoo authored Nov 13, 2024
2 parents c74e8d7 + 2ae8c36 commit 85d292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Play/PlayerLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private void load(SessionStatics sessionStatics, OsuConfigManager config)
}
},
},
idleTracker = new IdleTracker(750),
idleTracker = new IdleTracker(1500),
sampleRestart = new SkinnableSound(new SampleInfo(@"Gameplay/restart", @"pause-retry-click"))
};

Expand Down

0 comments on commit 85d292a

Please sign in to comment.