FIXED ALL GOLD EDITION LIGHTING PROBLEMS!! Yay!

dev-time-step
krzys-h 2016-02-21 15:35:42 +01:00
parent dba944740f
commit 9c32f705b6
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ void CLightManager::UpdateDeviceLights(EngineObjectType type)
if (rank != -1)
{
Light light = m_dynLights[rank].light;
light.ambient = Gfx::Color(0.2f, 0.2f, 0.2f);
m_device->SetLight(i, light);
m_device->SetLightEnabled(i, true);
}