mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed wrong colors in the wavefront exporter.
This commit is contained in:
parent
77683ccfa8
commit
7a49635ea8
1 changed files with 1 additions and 1 deletions
|
@ -1647,7 +1647,7 @@ void Project::ExportWavefront()
|
|||
|
||||
if (Mesh)
|
||||
{
|
||||
Mesh->ExportWavefrontIndices(OBJFile, lcGetColorCode(ModelParts[PartIdx].ColorIndex), vert);
|
||||
Mesh->ExportWavefrontIndices(OBJFile, ModelParts[PartIdx].ColorIndex, vert);
|
||||
vert += Mesh->mNumVertices;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue