mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -958,7 +958,7 @@ public:
|
||||
uint8_t numLights = (uint8_t)m_numLights;
|
||||
s_uniforms.m_params.m_ambientPass = 1.0f;
|
||||
s_uniforms.m_params.m_lightingPass = 1.0f;
|
||||
s_uniforms.m_params.m_lightCount = m_numLights;
|
||||
s_uniforms.m_params.m_lightCount = float(m_numLights);
|
||||
s_uniforms.m_params.m_lightIndex = 0.0f;
|
||||
s_uniforms.m_color[3] = m_reflectionValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user