From 75facdfa88a1a8f3631929160bf3c99baa4eb8a9 Mon Sep 17 00:00:00 2001 From: samcake Date: Tue, 9 May 2017 17:31:18 -0700 Subject: [PATCH] Testing the new behavior with the BackgroundStage, --- libraries/render-utils/src/BackgroundStage.cpp | 2 +- libraries/render-utils/src/DeferredLightingEffect.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/render-utils/src/BackgroundStage.cpp b/libraries/render-utils/src/BackgroundStage.cpp index b25f5effd8..f3ccfa6485 100644 --- a/libraries/render-utils/src/BackgroundStage.cpp +++ b/libraries/render-utils/src/BackgroundStage.cpp @@ -136,7 +136,7 @@ void DrawBackgroundStage::run(const render::RenderContextPointer& renderContext, break; } } - + */ backgroundStage->_currentFrame.clear(); } \ No newline at end of file diff --git a/libraries/render-utils/src/DeferredLightingEffect.h b/libraries/render-utils/src/DeferredLightingEffect.h index 63895c2ec9..3a1e7d2b4b 100644 --- a/libraries/render-utils/src/DeferredLightingEffect.h +++ b/libraries/render-utils/src/DeferredLightingEffect.h @@ -30,7 +30,7 @@ #include "LightStage.h" #include "LightClusters.h" -#include "BackgroundEffect.h" +#include "BackgroundStage.h" #include "SurfaceGeometryPass.h" #include "SubsurfaceScattering.h"