From 8d86d90782b495fa6366641b5ad139f278bb780a Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 18 Sep 2021 22:00:26 +0200 Subject: [PATCH] remove whitespace --- components/sceneutil/lightmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sceneutil/lightmanager.cpp b/components/sceneutil/lightmanager.cpp index 50d57fd471..1f7d9d2db2 100644 --- a/components/sceneutil/lightmanager.cpp +++ b/components/sceneutil/lightmanager.cpp @@ -1212,7 +1212,7 @@ namespace SceneUtil it = mLightsInViewSpace.insert(std::make_pair(camPtr, LightSourceViewBoundCollection())).first; bool isReflection = isReflectionCamera(camera); - + for (const auto& transform : mLights) { osg::Matrixf worldViewMat = transform.mWorldMatrix * (*viewMatrix);