Skip to content

Commit

Permalink
#7 Fix initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Aug 25, 2023
1 parent 798267e commit d7ff107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualizer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class CDTWidget : public QWidget
, m_isConformToEdges(false)
, m_isHidePoints(false)
, m_isHideSuperTri(false)
, m_isDoRuppert(false)
, m_isRemoveOuter(false)
, m_isRemoveOuterAndHoles(false)
, m_isDisplayIndices(false)
Expand Down

0 comments on commit d7ff107

Please sign in to comment.