@@ -70,6 +70,8 @@ void ReceptorArrowRow::DrawPrimitives()
|
|||||||
for( unsigned i=0; i<m_ReceptorArrow.size(); i++ )
|
for( unsigned i=0; i<m_ReceptorArrow.size(); i++ )
|
||||||
{
|
{
|
||||||
const int c = pStyle->m_iColumnDrawOrder[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();
|
m_ReceptorArrow[c]->Draw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user