Skip to content

Commit

Permalink
FIX stylelint >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukonhattu committed Feb 5, 2020
1 parent 848c08f commit 27a63a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/LevelController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void GenerateNext()
floorInfo.DoorWest.SetActive(false);
}
}

nextLevel = Instantiate(prefab, new Vector3(nextSpawnX, -YDISTANCE * (i + 1), nextSpawnZ), prefab.transform.rotation);
}

Expand Down

0 comments on commit 27a63a1

Please sign in to comment.