-Wreorder warning fix
This commit is contained in:
parent
6feaa8dbc8
commit
0dd038ab61
@ -4,9 +4,9 @@
|
|||||||
int Mesh::meshesCount = 0;
|
int Mesh::meshesCount = 0;
|
||||||
|
|
||||||
Mesh::Mesh(const float* vertexBuffer, size_t vertices, const int* indexBuffer, size_t indices, const vattr* attrs) :
|
Mesh::Mesh(const float* vertexBuffer, size_t vertices, const int* indexBuffer, size_t indices, const vattr* attrs) :
|
||||||
|
ibo(0),
|
||||||
vertices(vertices),
|
vertices(vertices),
|
||||||
indices(indices),
|
indices(indices)
|
||||||
ibo(0)
|
|
||||||
{
|
{
|
||||||
meshesCount++;
|
meshesCount++;
|
||||||
vertexSize = 0;
|
vertexSize = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user