EgtGraphics 1.5c2 :
- migliorata gestione colore di default.
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ Scene::DrawGroup( int nId)
|
||||
if ( pIter->GetColor( cCol))
|
||||
glColor3f( cCol.GetRed(), cCol.GetGreen(), cCol.GetBlue()) ;
|
||||
else
|
||||
glColor3f( 1, 1, 1) ;
|
||||
glColor3f( m_colDef.GetRed(), m_colDef.GetGreen(), m_colDef.GetBlue()) ;
|
||||
// lo disegno
|
||||
if ( ! DrawGeoObj( pGeoObj))
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user