Highlight parts added in the current step.

This commit is contained in:
Alistair Buxton
2017-06-20 07:47:31 -07:00
committed by Leonardo Zide
parent 7daf13b51e
commit 2de2e2c187
13 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -1088,7 +1088,7 @@ void lcModel::GetScene(lcScene& Scene, lcCamera* ViewCamera, bool DrawInterface)
lcPiece* Piece = mPieces[PieceIdx];
if (Piece->IsVisible(mCurrentStep))
Piece->AddRenderMeshes(Scene, DrawInterface);
Piece->AddRenderMeshes(Scene, DrawInterface, Piece->GetStepShow()==mCurrentStep);
}
if (DrawInterface)