1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 00:13:10 +08:00

Fix incorrect conflict resolution

This commit is contained in:
Salman Ahmed 2024-02-23 18:42:07 +03:00
parent 618819ba9f
commit d4bc3090e7

View File

@ -185,7 +185,7 @@ namespace osu.Game.Overlays.Mods
RightContent.FadeTo(Collapsed.Value && !IsHovered ? 0 : 1, transition_duration, Easing.OutQuint);
}
public partial class BPMDisplay : RollingCounter<double>
public partial class BPMDisplay : RollingCounter<int>
{
protected override double RollingDuration => 250;