summaryrefslogtreecommitdiff
path: root/scene/resources/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/shape.h')
-rw-r--r--scene/resources/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/shape.h b/scene/resources/shape.h
index 94a8ec7075..29a93b642c 100644
--- a/scene/resources/shape.h
+++ b/scene/resources/shape.h
@@ -53,7 +53,7 @@ public:
Ref<Mesh> get_debug_mesh();
- void add_vertices_to_array(DVector<Vector3> &array, const Transform& p_xform);
+ void add_vertices_to_array(PoolVector<Vector3> &array, const Transform& p_xform);
Shape();
~Shape();