Init the shapePlumber

This commit is contained in:
Zach Pomerantz 2016-01-11 20:19:54 -08:00
parent c9e1d8f5f4
commit 016a14d3d5

View file

@ -74,7 +74,7 @@ void ToneMappingDeferred::run(const SceneContextPointer& sceneContext, const Ren
RenderDeferredTask::RenderDeferredTask() : Task() { RenderDeferredTask::RenderDeferredTask() : Task() {
// Prepare the ShapePipelines // Prepare the ShapePipelines
ShapePlumberPointer shapePlumber; ShapePlumberPointer shapePlumber = std::make_shared<ShapePlumber>();
initDeferredPipelines(*shapePlumber); initDeferredPipelines(*shapePlumber);
// CPU only, create the list of renderedOpaques items // CPU only, create the list of renderedOpaques items