mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Adjust fade out time to match stable
This commit is contained in:
parent
3de9d5f362
commit
d46bc7f72a
@ -331,7 +331,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
base.UpdateHitStateTransforms(state);
|
||||
|
||||
const float fade_out_time = 450;
|
||||
const float fade_out_time = 240;
|
||||
|
||||
switch (state)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user