summaryrefslogtreecommitdiff
path: root/scene/3d/particles.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/particles.h')
-rw-r--r--scene/3d/particles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/particles.h b/scene/3d/particles.h
index 69be7da29a..95c6de15ec 100644
--- a/scene/3d/particles.h
+++ b/scene/3d/particles.h
@@ -78,7 +78,7 @@ protected:
public:
AABB get_aabb() const;
- PoolVector<Face3> get_faces(uint32_t p_usage_flags) const;
+ Vector<Face3> get_faces(uint32_t p_usage_flags) const;
void set_emitting(bool p_emitting);
void set_amount(int p_amount);