Fix wrong struct dec.
This commit is contained in:
parent
5f19958559
commit
30f6ef9049
@ -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" +
|
||||
|
Loading…
Reference in New Issue
Block a user