mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00: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