Removed useless line
Former-commit-id: 3cab7b4c8f170b8bd2d648610b05b3377817ab86
This commit is contained in:
parent
7103c28d49
commit
0e791ebb19
|
|
@ -726,7 +726,6 @@ void NzGenerateBox(const NzVector3f& lengths, const NzVector3ui& subdivision, co
|
|||
NzComputePlaneIndexVertexCount(NzVector2ui(subdivision.x, subdivision.z), &yIndexCount, &yVertexCount);
|
||||
NzComputePlaneIndexVertexCount(NzVector2ui(subdivision.x, subdivision.y), &zIndexCount, &zVertexCount);
|
||||
|
||||
NzMeshVertex* oldVertices = vertices;
|
||||
NzMatrix4f transform;
|
||||
NzVector3f halfLengths = lengths/2.f;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue