Skip to content

Commit

Permalink
FIX: cleared leftover center point
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Settimi committed May 31, 2024
1 parent 6c442c4 commit 34fe4d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AIAC/ACInfoModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ namespace AIAC
holeInfo.m_CylinderGO->SetColor(HOLE_CYLINDER_COLOR[holeInfo.m_State]);
holeInfo.m_StartPointGO = GOPoint::Add(holeInfo.m_Start, 2.0f);
holeInfo.m_EndPointGO = GOPoint::Add(holeInfo.m_End, 2.0f);
auto centerPoint = (holeInfo.m_Start + holeInfo.m_End) * 0.5f;
std::string shortenHoleID = m_TimberInfo.ShortenComponentID(holeInfo.m_ID);
holeInfo.m_IDLabelGO = GOText::Add(shortenHoleID, holeInfo.m_End, m_LabelSize);

Expand Down

0 comments on commit 34fe4d5

Please sign in to comment.