mirror of https://github.com/ppy/osu
Fix incorrect conflict resolution
This commit is contained in:
parent
618819ba9f
commit
d4bc3090e7
|
@ -185,7 +185,7 @@ private void updateCollapsedState()
|
|||
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