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:
parent
618819ba9f
commit
d4bc3090e7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user