Fix : Delete useless print test and return a valid point in get_center_of_area_mountain
This commit is contained in:
@@ -135,7 +135,6 @@ class District:
|
||||
self.roads = [self.roads_expend[0]]
|
||||
while len(self.roads_expend) > 0:
|
||||
road = self.roads_expend.pop(0)
|
||||
print(road.position)
|
||||
for id_width in [-1, 1]:
|
||||
if road.id_width + id_width not in width:
|
||||
width[road.id_width + id_width] = width[road.id_width] + randint(random_range[0],
|
||||
|
||||
Reference in New Issue
Block a user