Fix speed text
This commit is contained in:
parent
33d9781769
commit
680625ac8a
|
@ -7,6 +7,6 @@ public class SpeedText : UITextDisplayBase
|
|||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
_textChanger = FindObjectOfType<ShipPathFollower>();
|
||||
_textChanger = FindObjectOfType<PlayerInputHandler>().GetComponent<ShipPathFollower>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue