summaryrefslogtreecommitdiffstats
path: root/scene/resources/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/mesh.h')
-rw-r--r--scene/resources/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/mesh.h b/scene/resources/mesh.h
index fd54b47b70..5233d75009 100644
--- a/scene/resources/mesh.h
+++ b/scene/resources/mesh.h
@@ -301,7 +301,7 @@ class ArrayMesh : public Mesh {
private:
struct Surface {
- uint32_t format = 0;
+ uint64_t format = 0;
int array_length = 0;
int index_array_length = 0;
PrimitiveType primitive = PrimitiveType::PRIMITIVE_MAX;