summaryrefslogtreecommitdiff
path: root/scene/resources/importer_mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/importer_mesh.h')
-rw-r--r--scene/resources/importer_mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/importer_mesh.h b/scene/resources/importer_mesh.h
index 89909f17f0..8576312a8a 100644
--- a/scene/resources/importer_mesh.h
+++ b/scene/resources/importer_mesh.h
@@ -70,6 +70,7 @@ class ImporterMesh : public Resource {
};
void split_normals(const LocalVector<int> &p_indices, const LocalVector<Vector3> &p_normals);
+ static void _split_normals(Array &r_arrays, const LocalVector<int> &p_indices, const LocalVector<Vector3> &p_normals);
};
Vector<Surface> surfaces;
Vector<String> blend_shapes;