1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 17:13:06 +08:00

Add roll duration

This commit is contained in:
mk56-spn 2022-12-05 17:08:00 +01:00
parent b6a6db1160
commit f69c084969

View File

@ -15,6 +15,8 @@ namespace osu.Game.Screens.Play.HUD
{ {
public partial class BPMCounter : RollingCounter<double>, ISkinnableDrawable public partial class BPMCounter : RollingCounter<double>, ISkinnableDrawable
{ {
protected override double RollingDuration => 750;
[Resolved] [Resolved]
private IBindable<WorkingBeatmap> beatmap { get; set; } = null!; private IBindable<WorkingBeatmap> beatmap { get; set; } = null!;