Skip to content

Commit

Permalink
Set target frame rate to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Dec 8, 2021
1 parent 63040f9 commit 9cd8eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/Board.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public RectInt Bounds {

private void Awake()
{
Application.targetFrameRate = 60;

this.tilemap = GetComponentInChildren<Tilemap>();
this.activePiece = GetComponentInChildren<Piece>();

Expand Down

0 comments on commit 9cd8eb0

Please sign in to comment.