Skip to content

Commit

Permalink
build fix from stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Aug 14, 2024
1 parent f0d592d commit 742e0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void OnDisable()

public void Start()
{
` GameEvents.OnCameraChange.Add(OnCameraChange);
GameEvents.OnCameraChange.Add(OnCameraChange);
GameEvents.OnIVACameraKerbalChange.Add(OnIVACameraChange);

// If (somehow) we start in IVA, make sure we initialize here.
Expand Down

0 comments on commit 742e0f1

Please sign in to comment.