diff options
Diffstat (limited to 'scene/3d/quad.h')
-rw-r--r-- | scene/3d/quad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/quad.h b/scene/3d/quad.h index be55b0d1c9..4b419db3b8 100644 --- a/scene/3d/quad.h +++ b/scene/3d/quad.h @@ -71,6 +71,7 @@ public: virtual AABB get_aabb() const; Quad(); + ~Quad(); }; |