FIXED ALL GOLD EDITION LIGHTING PROBLEMS!! Yay!
parent
dba944740f
commit
9c32f705b6
|
@ -484,7 +484,6 @@ void CLightManager::UpdateDeviceLights(EngineObjectType type)
|
||||||
if (rank != -1)
|
if (rank != -1)
|
||||||
{
|
{
|
||||||
Light light = m_dynLights[rank].light;
|
Light light = m_dynLights[rank].light;
|
||||||
light.ambient = Gfx::Color(0.2f, 0.2f, 0.2f);
|
|
||||||
m_device->SetLight(i, light);
|
m_device->SetLight(i, light);
|
||||||
m_device->SetLightEnabled(i, true);
|
m_device->SetLightEnabled(i, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue