diff --git a/korman/exporter/animation.py b/korman/exporter/animation.py index 5a9630c..b829a19 100644 --- a/korman/exporter/animation.py +++ b/korman/exporter/animation.py @@ -427,7 +427,7 @@ class AnimationConverter: scale = kwargs[scale_path] translation = hsVector3(pos[0] - (scale[0] - 1.0) / 2.0, - -pos[1] - (scale[1] - 1.0) / 2.0, + pos[1] - (scale[1] - 1.0) / 2.0, pos[2] - (scale[2] - 1.0) / 2.0) matrix = hsMatrix44() matrix.setTranslate(translation)