mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 13:29:12 +02:00
Fix bad copy-paste in direction computing.
This commit is contained in:
parent
0a61a6e17e
commit
67c2d98917
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ class Scheme:
|
||||||
if (
|
if (
|
||||||
DirectionSet(tags[key]).is_right() is False
|
DirectionSet(tags[key]).is_right() is False
|
||||||
and specification.shape.is_right_directed is True
|
and specification.shape.is_right_directed is True
|
||||||
or specification.shape.is_right_directed is True
|
or DirectionSet(tags[key]).is_right() is True
|
||||||
and specification.shape.is_right_directed is False
|
and specification.shape.is_right_directed is False
|
||||||
):
|
):
|
||||||
specification.flip_horizontally = True
|
specification.flip_horizontally = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue