From 1a32732216e236689ae6dc12e13313d4cac9252e Mon Sep 17 00:00:00 2001 From: Segey Lapin Date: Thu, 2 Dec 2021 20:29:34 +0300 Subject: [PATCH] Removed town limits --- world.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/world.gd b/world.gd index 0f7af3b..5d13ff0 100644 --- a/world.gd +++ b/world.gd @@ -47,8 +47,6 @@ func _process(delta): else: streaming.setup_town(site) streaming.setup_traffic(site) - if (streaming.towns > 2): - break print("towns done: ", streaming.towns) var poly = RoadsData.get_site_polygon_3d(0) var center = Vector3()