mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 07:55:31 +02:00
Testing the new behavior with the BackgroundStage,
This commit is contained in:
parent
bc41be7ec1
commit
75facdfa88
2 changed files with 2 additions and 2 deletions
libraries/render-utils/src
|
@ -136,7 +136,7 @@ void DrawBackgroundStage::run(const render::RenderContextPointer& renderContext,
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
backgroundStage->_currentFrame.clear();
|
||||
}
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "LightStage.h"
|
||||
#include "LightClusters.h"
|
||||
#include "BackgroundEffect.h"
|
||||
#include "BackgroundStage.h"
|
||||
|
||||
#include "SurfaceGeometryPass.h"
|
||||
#include "SubsurfaceScattering.h"
|
||||
|
|
Loading…
Reference in a new issue