Skip to content

Commit

Permalink
Removed Application.targetFramerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickk888SAMP committed Oct 22, 2022
1 parent 0867e84 commit 7b6c99d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/RTSCameraTargetController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ [Space] [Header("Rotate Camera Canvas (Optional)")]
private void Awake()
{
cam = Camera.main;
Application.targetFrameRate = 999;
}

private void Start()
Expand Down

0 comments on commit 7b6c99d

Please sign in to comment.