fix text fade issue

This commit is contained in:
_nebula 2023-05-20 13:42:13 +01:00
parent c0327cea01
commit b7d9aba4a8

View File

@ -150,6 +150,8 @@ internal class MultiplayerHUDManager : MonoBehaviour, IAddComponentOnStart
audioController.PlayNotificationTextScrolling();
Delay.RunFramesLater(10, () => audioController.StopNotificationTextScrolling());
}
_textChat.GetComponent<CanvasGroup>().alpha = 1;
}
private void Update()