Fix PlayerController not getting the CursorHandler
This commit is contained in:
parent
d80bfe84f5
commit
a5d5a7c9ef
@ -22,7 +22,7 @@ namespace Cyber.Controls {
|
|||||||
private Vector3 Rotation;
|
private Vector3 Rotation;
|
||||||
|
|
||||||
private void Start() {
|
private void Start() {
|
||||||
CursorHandler = GameObject.Find("/CursorHandler").GetComponent<CursorHandler>();
|
CursorHandler = GameObject.Find("/Systems/CursorHandler").GetComponent<CursorHandler>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update() {
|
private void Update() {
|
||||||
|
Loading…
Reference in New Issue
Block a user