Fix wrong struct dec.

This commit is contained in:
ABelliqueux 2021-06-23 20:03:49 +02:00
parent 5f19958559
commit 30f6ef9049
1 changed files with 1 additions and 1 deletions

View File

@ -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" +