Fix compile error in KRLight.
This commit is contained in:
@@ -293,7 +293,7 @@ void KRLight::render(RenderInfo& ri)
|
|||||||
if (sphereModel) {
|
if (sphereModel) {
|
||||||
|
|
||||||
Matrix4 occlusion_test_sphere_matrix = Matrix4();
|
Matrix4 occlusion_test_sphere_matrix = Matrix4();
|
||||||
occlusion_test_sphere_matrix.scale(m_localScale * m_flareOcclusionSize);
|
occlusion_test_sphere_matrix.scale(m_localScale.val * m_flareOcclusionSize);
|
||||||
occlusion_test_sphere_matrix.translate(m_localTranslation);
|
occlusion_test_sphere_matrix.translate(m_localTranslation);
|
||||||
if (m_parentNode) {
|
if (m_parentNode) {
|
||||||
occlusion_test_sphere_matrix *= m_parentNode->getModelMatrix();
|
occlusion_test_sphere_matrix *= m_parentNode->getModelMatrix();
|
||||||
|
|||||||
Reference in New Issue
Block a user