diff options
Diffstat (limited to 'core/math/geometry_3d.h')
-rw-r--r-- | core/math/geometry_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/geometry_3d.h b/core/math/geometry_3d.h index 305a64e39c..d9788d036f 100644 --- a/core/math/geometry_3d.h +++ b/core/math/geometry_3d.h @@ -549,7 +549,7 @@ public: } // Create a "wrap" that encloses the given geometry. - static Vector<Face3> wrap_geometry(Vector<Face3> p_array, real_t *p_error = nullptr); + static Vector<Face3> wrap_geometry(const Vector<Face3> &p_array, real_t *p_error = nullptr); struct MeshData { struct Face { |