Procházet zdrojové kódy

Merge pull request #639 from ratkingsminion/patch-1

Update models.c
pull/650/head
Ray před 6 roky
odevzdal GitHub
rodič
revize
1ef715ab76
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Zobrazit soubor

@ -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++)

Načítá se…
Zrušit
Uložit