1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 23:01:12 +08:00

Fix grammar in comment

This commit is contained in:
Bartłomiej Dach
2025-05-26 14:08:56 +02:00
Unverified
parent 5212c27a71
commit 72bd8b2203
+1 -1
View File
@@ -53,7 +53,7 @@ namespace osu.Game.Screens.SelectV2
[Cached(typeof(ISongSelect))]
public abstract partial class SongSelect : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>, ISongSelect
{
// this is intentionally slightly higher than key repeat, but low enough to not impeded user experience.
// this is intentionally slightly higher than key repeat, but low enough to not impede user experience.
// this avoids rapid churn loading when iterating the carousel using keyboard.
public const int SELECTION_DEBOUNCE = 100;