fix model glow

This commit is contained in:
Chris Danford
2006-02-28 17:29:10 +00:00
parent b4795b868b
commit b19c423fb9
+2 -2
View File
@@ -453,8 +453,8 @@ void Model::DrawPrimitives()
// apply material
RageColor emissive = RageColor(0,0,0,0);
RageColor ambient = m_pTempState->glow;
RageColor diffuse = RageColor(0,0,0,0);
RageColor ambient = RageColor(0,0,0,0);
RageColor diffuse = m_pTempState->glow;
RageColor specular = RageColor(0,0,0,0);
float shininess = 1;