EgtGraphics :

- modifiche per cambio colore di Zmap.
This commit is contained in:
Dario Sassi
2019-03-08 17:59:59 +00:00
parent 5b3f11e384
commit c589fe9256
5 changed files with 16 additions and 1 deletions
+10
View File
@@ -36,6 +36,16 @@ ObjMultiGraphics::Reset( void)
m_nCurr = - 1 ;
}
//----------------------------------------------------------------------------
void
ObjMultiGraphics::ResetAll( void)
{
Reset() ;
// reset contatori dei blocchi
for ( auto& nCnt : m_Counter)
nCnt = 0 ;
}
//----------------------------------------------------------------------------
void
ObjMultiGraphics::SetScene( Scene* pScene)