Skip to content

Commit

Permalink
Update SsksTransformator.xtend
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB authored Dec 3, 2024
1 parent fe4ee92 commit 14ba267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ class .simpleName»: «e.message» - failed to transform table contents''', e)
case ENUM_WIRKRICHTUNG_BEIDE:
perpendicularRotation = seitlicherAbstand >= 0 ? 90 : -90
case ENUM_WIRKRICHTUNG_GEGEN:
perpendicularRotation = seitlicherAbstand < 0 ? 90 : 9 - 0
perpendicularRotation = seitlicherAbstand < 0 ? 90 : -90
default: {
LOGGER.error("Illegal Wirkrichtung")
return
Expand Down

0 comments on commit 14ba267

Please sign in to comment.