Merge pull request #193 from sigatrev/Dark

Fix dark float
This commit is contained in:
Jason Felds
2014-06-15 00:46:59 -04:00
+2
View File
@@ -70,6 +70,8 @@ void ReceptorArrowRow::DrawPrimitives()
for( unsigned i=0; i<m_ReceptorArrow.size(); i++ )
{
const int c = pStyle->m_iColumnDrawOrder[i];
m_ReceptorArrow[c]->SetInternalDiffuse(m_pTempState->diffuse[0]);
m_ReceptorArrow[c]->SetInternalGlow(m_pTempState->glow);
m_ReceptorArrow[c]->Draw();
}
}