little fix, more fixes will be needed on gridmesh
This commit is contained in:
parent
3b1e1be464
commit
02e3fd7cb0
@ -6,7 +6,7 @@
|
|||||||
class GridMesh : public MeshBuilder
|
class GridMesh : public MeshBuilder
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GridMesh(int width, int height, bool alternate);
|
GridMesh(int width, int height, bool alternate = true);
|
||||||
private:
|
private:
|
||||||
int getVertexId(int i, int j, int height);
|
int getVertexId(int i, int j, int height);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user