diff --git a/Assets/Scripts/SpeedText.cs b/Assets/Scripts/SpeedText.cs index 52b8395b..d3f9985f 100644 --- a/Assets/Scripts/SpeedText.cs +++ b/Assets/Scripts/SpeedText.cs @@ -7,6 +7,6 @@ public class SpeedText : UITextDisplayBase protected override void Awake() { base.Awake(); - _textChanger = FindObjectOfType(); + _textChanger = FindObjectOfType().GetComponent(); } }