diff --git a/Assets/Scripts/Board.cs b/Assets/Scripts/Board.cs index 65f039a..84a6350 100644 --- a/Assets/Scripts/Board.cs +++ b/Assets/Scripts/Board.cs @@ -20,6 +20,8 @@ public RectInt Bounds { private void Awake() { + Application.targetFrameRate = 60; + this.tilemap = GetComponentInChildren(); this.activePiece = GetComponentInChildren();