Skip to content

Commit

Permalink
Increase idle time before gameplay loads when hovering controls
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 13, 2024
1 parent 5ce230b commit 2ae8c36
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 2ae8c36

Please sign in to comment.