Skip to content
Snippets Groups Projects
Commit 273c4a18 authored by Kent Holt's avatar Kent Holt
Browse files

Fixed typo

parent e201cf1c
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ public class CityGen : MonoBehaviour { ...@@ -78,7 +78,7 @@ public class CityGen : MonoBehaviour {
// Save the data about city. // Save the data about city.
void save (string fileName = "data") { void save (string fileName = "data") {
// Covert city ovject to json. // Covert city object to json.
string cityDataAsJson = JsonUtility.ToJson(this.city); string cityDataAsJson = JsonUtility.ToJson(this.city);
//print(Application.persistentDataPath + this.jsonFilePath); //print(Application.persistentDataPath + this.jsonFilePath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment