diff options
Diffstat (limited to 'extractor/rsm_format.gd')
-rw-r--r-- | extractor/rsm_format.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/rsm_format.gd b/extractor/rsm_format.gd index 7eb41f0..c01826e 100644 --- a/extractor/rsm_format.gd +++ b/extractor/rsm_format.gd @@ -362,7 +362,7 @@ class ModelNode: node.translate(translation_2) if rotation_axis != Vector3.ZERO: - node.rotate_object_local(rotation_axis, rotation_angle) + node.rotation = rotation_axis * rotation_angle node.scale = scale |