Skip to content

Commit 46be519

Browse files
committed
wun fix
1 parent 9404c41 commit 46be519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh_writer/fbx_writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace plateau::meshWriter {
6363
axis_system = FbxAxisSystem(
6464
FbxAxisSystem::EUpVector::eYAxis,
6565
FbxAxisSystem::EFrontVector::eParityOdd,
66-
FbxAxisSystem::eLeftHanded);
66+
FbxAxisSystem::eRightHanded);
6767
break;
6868
case geometry::CoordinateSystem::EUN:
6969
axis_system = FbxAxisSystem(

0 commit comments

Comments
 (0)