Adjust fade out time to match stable

This commit is contained in:
Salman Ahmed 2022-10-18 23:43:31 +03:00
parent 3de9d5f362
commit d46bc7f72a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{