Fix typo.

This commit is contained in:
Sergey Vartanov 2022-01-26 02:03:23 +03:00
parent 9a6f8d2f87
commit 5ecbb3f349

View file

@ -73,8 +73,8 @@ class Map:
for tree in constructor.trees:
tree.draw(self.svg, self.flinger, self.scheme)
for tree in constructor.craters:
tree.draw(self.svg, self.flinger)
for crater in constructor.craters:
crater.draw(self.svg, self.flinger)
self.draw_buildings(constructor)