mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-01 10:21:54 +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:
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue