mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 19:15:41 +00:00
remove whitespace
This commit is contained in:
parent
179f91276a
commit
8d86d90782
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ namespace SceneUtil
|
||||||
it = mLightsInViewSpace.insert(std::make_pair(camPtr, LightSourceViewBoundCollection())).first;
|
it = mLightsInViewSpace.insert(std::make_pair(camPtr, LightSourceViewBoundCollection())).first;
|
||||||
|
|
||||||
bool isReflection = isReflectionCamera(camera);
|
bool isReflection = isReflectionCamera(camera);
|
||||||
|
|
||||||
for (const auto& transform : mLights)
|
for (const auto& transform : mLights)
|
||||||
{
|
{
|
||||||
osg::Matrixf worldViewMat = transform.mWorldMatrix * (*viewMatrix);
|
osg::Matrixf worldViewMat = transform.mWorldMatrix * (*viewMatrix);
|
||||||
|
|
Loading…
Reference in a new issue