Fix a minor Coverity warning

This commit is contained in:
jean-pierre charras 2021-03-19 14:48:04 +01:00
parent dbb0a125ac
commit 3fec3a3a15
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ EXPORTER_PCB_VRML::EXPORTER_PCB_VRML() :
m_ReuseDef = true;
m_precision = 6;
m_WorldScale = 1.0;
m_Cache3Dmodels = nullptr;
m_Pcb = nullptr;
m_UseInlineModelsInBrdfile = false;
m_UseRelPathIn3DModelFilename = false;
m_BoardToVrmlScale = MM_PER_IU;
for( int ii = 0; ii < VRML_COLOR_LAST; ++ii )
m_sgmaterial[ii] = nullptr;