Skip to content

Commit 45d39f7

Browse files
authored
Update msfs_multi_export.py
1 parent 2d028d1 commit 45d39f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/io_scene_gltf2_msfs/io/msfs_multi_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def export(file_path):
205205
elif (bpy.app.version < (3, 6, 0)):
206206
gltf = export_blender_3_3(file_path, settings)
207207
else:
208-
gltf = export_blender_3_3(file_path, settings)
208+
gltf = export_blender_3_6(file_path, settings)
209209

210210
if gltf is None:
211211
print("[ASOBO] Export failed.")

0 commit comments

Comments
 (0)