Skip to content

Commit 9cd8eb0

Browse files
committed
Set target frame rate to 60
1 parent 63040f9 commit 9cd8eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Scripts/Board.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public RectInt Bounds {
2020

2121
private void Awake()
2222
{
23+
Application.targetFrameRate = 60;
24+
2325
this.tilemap = GetComponentInChildren<Tilemap>();
2426
this.activePiece = GetComponentInChildren<Piece>();
2527

0 commit comments

Comments
 (0)