modify
This commit is contained in:
parent
555a0cbd4f
commit
0499cf9f4d
@ -116,6 +116,7 @@ public class UXButton : UIBehaviour, IButton,
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
_boardEvent = true;
|
||||
_waitTimeFadeDuration = new WaitForSeconds(
|
||||
Mathf.Max(0.01f, m_TransitionData.colors.fadeDuration));
|
||||
|
Loading…
Reference in New Issue
Block a user