aboutsummaryrefslogtreecommitdiff
path: root/samples/SampleBase/renderer/Mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SampleBase/renderer/Mesh.h')
-rw-r--r--samples/SampleBase/renderer/Mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/SampleBase/renderer/Mesh.h b/samples/SampleBase/renderer/Mesh.h
index 8423af8..0619696 100644
--- a/samples/SampleBase/renderer/Mesh.h
+++ b/samples/SampleBase/renderer/Mesh.h
@@ -59,7 +59,7 @@ public:
virtual uint32_t getVertexStride() { return sizeof(Vertex); }
std::vector<Vertex> vertices;
- std::vector<uint16_t> indices;
+ std::vector<uint32_t> indices;
physx::PxVec3 extents;
physx::PxVec3 center;