EgtGraphics 1.5c6 :

- modifiche per materiale
- spostato comando PAUSE di TSC in EgtGeneral.
This commit is contained in:
Dario Sassi
2014-03-18 08:51:01 +00:00
parent ec813123d0
commit 294546102d
5 changed files with 9 additions and 32 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nObjStat)
int nGeoType = pGeoObj->GetType() ;
// recupero il colore
Color cCol ;
if ( ! iIter.GetCalcColor( cCol))
if ( ! iIter.GetCalcMaterial( cCol))
cCol = m_colDef ;
// se vettore
if ( nGeoType == GEO_VECT3D) {