Fixed rendering camera overlay color, closes #157

dev-time-step
krzys-h 2015-09-30 21:41:00 +02:00
parent d03ce19fbe
commit 58035f3cd1
1 changed files with 1 additions and 0 deletions

View File

@ -4580,6 +4580,7 @@ void CEngine::DrawOverColor()
m_device->SetTransform(TRANSFORM_VIEW, m_matViewInterface);
m_device->SetTransform(TRANSFORM_PROJECTION, m_matProjInterface);
m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface);
m_device->SetRenderState(RENDER_STATE_LIGHTING, false);
VertexCol vertex[4] =
{