mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 15:10:31 +02:00
Fixed compilation error
This commit is contained in:
parent
018c0489f4
commit
e178e36963
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ public:
|
||||||
|
|
||||||
using ItemSetter = std::function<void(const ShapePipeline&, render::Args*, const render::Item&)>;
|
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),
|
pipeline(pipeline),
|
||||||
locations(locations),
|
locations(locations),
|
||||||
_batchSetter(batchSetter),
|
_batchSetter(batchSetter),
|
||||||
|
|
Loading…
Reference in a new issue