mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove rolling delay on default combo counter
This commit is contained in:
parent
408183fdf9
commit
ba99c5c134
@ -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