Skip to content
Snippets Groups Projects
Commit 960c46db authored by Campbell Barton's avatar Campbell Barton
Browse files

correct bad indentation

parent 5ef4c450
No related branches found
No related tags found
No related merge requests found
......@@ -441,9 +441,9 @@ def export(file,
if is_uv:
if EXPORT_TRI:
fw("%stexIndex=\"" % ident)
fw("texIndex=\"")
else:
fw("%stexCoordIndex=\"" % ident)
fw("texCoordIndex=\"")
j = 0
if EXPORT_TRI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment