Avoid regenerating gridbox when unchanged

This commit is contained in:
Jacob Støren
2019-11-04 17:04:49 +01:00
parent 03d13f668b
commit 03b44fc36f
2 changed files with 25 additions and 5 deletions

View File

@@ -122,4 +122,6 @@ private:
cvf::Color3f m_gridColor;
cvf::Color3f m_gridLegendColor;
bool m_needsRegeneration;
};