diff options
Diffstat (limited to 'scene/resources/importer_mesh.h')
-rw-r--r-- | scene/resources/importer_mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/importer_mesh.h b/scene/resources/importer_mesh.h index 33d0864342..69becc46a3 100644 --- a/scene/resources/importer_mesh.h +++ b/scene/resources/importer_mesh.h @@ -118,7 +118,7 @@ public: Ref<ImporterMesh> get_shadow_mesh() const; Vector<Face3> get_faces() const; - Vector<Ref<Shape3D>> convex_decompose(const Mesh::ConvexDecompositionSettings &p_settings) const; + Vector<Ref<Shape3D>> convex_decompose(const Ref<MeshConvexDecompositionSettings> &p_settings) const; Ref<ConvexPolygonShape3D> create_convex_shape(bool p_clean = true, bool p_simplify = false) const; Ref<ConcavePolygonShape3D> create_trimesh_shape() const; Ref<NavigationMesh> create_navigation_mesh(); |