Skip to content

Commit

Permalink
Epic_mannequin_arm: Fix typo axis reference
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Oct 24, 2021
1 parent e340bd9 commit dc41909
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@ def addObjects(self):
axis_ref2 = "x-z"
else:
normal = self.normal
axis_ref1 = "x-yz"
axis_ref1 = "x-y"
axis_ref2 = "xy"

if self.negate:
Expand Down

0 comments on commit dc41909

Please sign in to comment.