1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +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
{
protected override double RollingDuration => 750;
[Resolved]
private IBindable<WorkingBeatmap> beatmap { get; set; } = null!;