mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-04 11:51:52 +02:00
Fix shape direction.
This commit is contained in:
parent
233572f2d9
commit
5a54e2ca2a
2 changed files with 3 additions and 3 deletions
|
@ -361,7 +361,7 @@ class Scheme:
|
|||
if key in tags:
|
||||
if DirectionSet(tags[key]).is_right() is False:
|
||||
for specification in main_icon.shape_specifications:
|
||||
if specification.shape.is_right_directed:
|
||||
if specification.shape.is_right_directed is True:
|
||||
specification.flip_horizontally = True
|
||||
|
||||
return returned, priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue