summaryrefslogtreecommitdiff
path: root/scene/3d/quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/quad.h')
-rw-r--r--scene/3d/quad.h1
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();
};