diff --git a/io_export_psx_tmesh.py b/io_export_psx_tmesh.py index 01cc8ea..22990c4 100644 --- a/io_export_psx_tmesh.py +++ b/io_export_psx_tmesh.py @@ -1006,7 +1006,7 @@ class ExportMyFormat(bpy.types.Operator, ExportHelper): # LEVEL h.write("typedef struct LEVEL {\n" + - "\tMATRIX * BGc;\n" + + "\tCVECTOR * BGc;\n" + "\tMATRIX * cmat;\n" + "\tMATRIX * lgtmat;\n" + "\tMESH ** meshes;\n" +