Преглед изворни кода

Merge pull request #639 from ratkingsminion/patch-1

Update models.c
pull/650/head
Ray пре 6 година
committed by GitHub
родитељ
комит
1ef715ab76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Прегледај датотеку

@ -717,7 +717,7 @@ Mesh GenMeshPlane(float width, float length, int resX, int resZ)
resZ++;
// Vertices definition
int vertexCount = resX*resZo">*6; // 6 vertex by quad
int vertexCount = resX*resZp">; // vertices get reused for the faces
Vector3 *vertices = (Vector3 *)malloc(vertexCount*sizeof(Vector3));
for (int z = 0; z < resZ; z++)

Loading…
Откажи
Сачувај