mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Merge pull request #10557 from peppy/default-combo-counter-remove-delay
Remove rolling delay on default combo counter
This commit is contained in:
commit
62dc9b0c1d
@ -15,8 +15,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
private readonly Vector2 offset = new Vector2(20, 5);
|
||||
|
||||
protected override double RollingDuration => 750;
|
||||
|
||||
[Resolved(canBeNull: true)]
|
||||
private HUDOverlay hud { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user