mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
Add virtual ~Shape
This commit is contained in:
parent
e96b1fa881
commit
c0800abdc5
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ public:
|
|||
return Shape::_pickPipeline(args, key);
|
||||
}
|
||||
|
||||
virtual ~Shape() {};
|
||||
|
||||
protected:
|
||||
static const PipelinePointer _pickPipeline(RenderArgs* args, const Key& key);
|
||||
static PipelineLib _pipelineLib;
|
||||
|
|
Loading…
Reference in a new issue