Fixed Background not having virtual destructor
Former-commit-id: 3d08b8f44cd661bea7f0e36dda74e7bad90f1f2a
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user