1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 01:22:59 +08:00
This commit is contained in:
smoogipoo 2020-06-26 20:14:02 +09:00
parent d704a4597d
commit e3d654d33f

View File

@ -513,8 +513,6 @@ namespace osu.Game.Screens.Select
}
}
private const double repeat_interval = 120;
private ScheduledDelegate repeatDelegate;
private object lastRepeatSource;