diff --git a/korman/exporter/physics.py b/korman/exporter/physics.py index 34949b9c..ef6f181a 100644 --- a/korman/exporter/physics.py +++ b/korman/exporter/physics.py @@ -300,6 +300,7 @@ def _export_hull(self, bo, physical, local_space, mat): bo.name, volume ) self._export_trimesh(bo, physical, local_space, mat) + return if local_space: physical.pos = hsVector3(*mat.to_translation())