Do not show submodel preview as active. Fixes #313

This commit is contained in:
Thomas Cujé 2019-03-06 10:59:13 +01:00
parent 9278ef030c
commit c258b4b709

View file

@ -371,7 +371,7 @@ void lcPartSelectionListModel::DrawPreview(int InfoIndex)
Scene.SetAllowWireframe(false); Scene.SetAllowWireframe(false);
Scene.Begin(ViewMatrix); Scene.Begin(ViewMatrix);
Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, true); Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, false);
Scene.End(); Scene.End();