Highlight parts added in the current step.
This commit is contained in:
committed by
Leonardo Zide
parent
7daf13b51e
commit
2de2e2c187
+1
-1
@@ -282,7 +282,7 @@ void MinifigWizard::OnDraw()
|
||||
|
||||
for (int PieceIdx = 0; PieceIdx < LC_MFW_NUMITEMS; PieceIdx++)
|
||||
if (mMinifig.Parts[PieceIdx])
|
||||
mMinifig.Parts[PieceIdx]->AddRenderMeshes(Scene, mMinifig.Matrices[PieceIdx], mMinifig.Colors[PieceIdx], false, false);
|
||||
mMinifig.Parts[PieceIdx]->AddRenderMeshes(Scene, mMinifig.Matrices[PieceIdx], mMinifig.Colors[PieceIdx], false, false, false);
|
||||
|
||||
Scene.End();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user