mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 03:11:52 +02:00
Fix typo.
This commit is contained in:
parent
9a6f8d2f87
commit
5ecbb3f349
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ class Map:
|
||||||
|
|
||||||
for tree in constructor.trees:
|
for tree in constructor.trees:
|
||||||
tree.draw(self.svg, self.flinger, self.scheme)
|
tree.draw(self.svg, self.flinger, self.scheme)
|
||||||
for tree in constructor.craters:
|
for crater in constructor.craters:
|
||||||
tree.draw(self.svg, self.flinger)
|
crater.draw(self.svg, self.flinger)
|
||||||
|
|
||||||
self.draw_buildings(constructor)
|
self.draw_buildings(constructor)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue