mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Rename element drawing.
This commit is contained in:
parent
fb673798bc
commit
c58cbfe4f9
2 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def main() -> None:
|
||||||
mapcss.generate_mapcss(arguments)
|
mapcss.generate_mapcss(arguments)
|
||||||
|
|
||||||
elif arguments.command == "element":
|
elif arguments.command == "element":
|
||||||
from map_machine.element.element import draw_element
|
from map_machine.element.single import draw_element
|
||||||
|
|
||||||
draw_element(arguments)
|
draw_element(arguments)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue