Coroutines patch
This commit is contained in:
@@ -94,6 +94,7 @@ public class MapRenderer : MonoBehaviour
|
||||
|
||||
Debug.Log("Map generation complete: " + parsedWays.Count + " ways, " + nodes.Count + " nodes.");
|
||||
}
|
||||
yield return StartCoroutine(RenderMap());
|
||||
}
|
||||
|
||||
void ClearChildren()
|
||||
|
||||
Reference in New Issue
Block a user