Removed town limits

This commit is contained in:
Segey Lapin
2021-12-02 20:29:34 +03:00
parent 48889c5044
commit 1a32732216

View File

@@ -47,8 +47,6 @@ func _process(delta):
else: else:
streaming.setup_town(site) streaming.setup_town(site)
streaming.setup_traffic(site) streaming.setup_traffic(site)
if (streaming.towns > 2):
break
print("towns done: ", streaming.towns) print("towns done: ", streaming.towns)
var poly = RoadsData.get_site_polygon_3d(0) var poly = RoadsData.get_site_polygon_3d(0)
var center = Vector3() var center = Vector3()