Fixed compilation error

This commit is contained in:
Olivier Prat 2017-07-06 17:29:14 +02:00
parent 018c0489f4
commit e178e36963

View file

@ -256,7 +256,7 @@ public:
using ItemSetter = std::function<void(const ShapePipeline&, render::Args*, const render::Item&)>;
ShapePipeline(gpu::PipelinePointer pipeline, LocationsPointer locations, BatchSetter batchSetter, ItemSetter itemSetter) :
ShapePipeline(gpu::PipelinePointer pipeline, LocationsPointer locations, BatchSetter batchSetter = nullptr, ItemSetter itemSetter = nullptr) :
pipeline(pipeline),
locations(locations),
_batchSetter(batchSetter),