mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +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&)>;
|
||||
|
||||
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),
|
||||
|
|
Loading…
Reference in a new issue