Skip to content

Commit

Permalink
enable mouse controls by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliajmoser committed Sep 30, 2024
1 parent 205bec2 commit 74f24c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Project/Scripts/World/CameraController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private void Start()
GameMgr.Events.Register(GameEvents.UnfocusUp, HandleUnfocusUp);

m_mouseDragLookActive = false;
EnableMouseControls = true;
}

private void Update()
Expand Down

0 comments on commit 74f24c1

Please sign in to comment.