Kaydet (Commit) db9c2f0d authored tarafından Markus Mohrhard's avatar Markus Mohrhard

whitespace cleanup

Change-Id: Ib971ed2055974f6f11a69a81c28035c84c29b504
üst 383dccc0
......@@ -829,6 +829,7 @@ void OpenGL3DRenderer::SetLightInfo(bool lightOn, sal_Int32 color, const glm::ve
{
return;
}
if (lightOn)
{
m_LightsInfo.light[m_LightsInfo.lightNum].lightColor = glm::vec4((float)(((color) & 0x00FF0000) >> 16) / 255.0f,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment