Skip to content

Commit 558994f

Browse files
committed
Set target framerate to 60
1 parent ddf68d6 commit 558994f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Scripts/GameManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class GameManager : MonoBehaviour
1111

1212
private void Awake()
1313
{
14+
Application.targetFrameRate = 60;
15+
1416
Pause();
1517
}
1618

0 commit comments

Comments
 (0)