mirror of https://github.com/ppy/osu
Adjust fade out time to match stable
This commit is contained in:
parent
3de9d5f362
commit
d46bc7f72a
|
@ -331,7 +331,7 @@ protected override void UpdateHitStateTransforms(ArmedState state)
|
|||
{
|
||||
base.UpdateHitStateTransforms(state);
|
||||
|
||||
const float fade_out_time = 450;
|
||||
const float fade_out_time = 240;
|
||||
|
||||
switch (state)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue