Fixed Background not having virtual destructor
Former-commit-id: 3d08b8f44cd661bea7f0e36dda74e7bad90f1f2a
This commit is contained in:
parent
8c77d6e990
commit
67e409ff53
|
|
@ -16,7 +16,7 @@ class NAZARA_API NzBackground
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
NzBackground() = default;
|
NzBackground() = default;
|
||||||
~NzBackground();
|
virtual ~NzBackground();
|
||||||
|
|
||||||
virtual void Draw(const NzScene* scene) const = 0;
|
virtual void Draw(const NzScene* scene) const = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue