Przeglądaj źródła

Update models.c

pull/1733/head
Ray 4 lat temu
rodzic
commit
1e65817d05
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Wyświetl plik

@ -928,7 +928,7 @@ void UploadMesh(Mesh *mesh, bool dynamic)
// Update mesh vertex data in GPU for a specific buffer index
void UpdateMeshBuffer(Mesh mesh, int index, void *data, int dataSize, int offset)
{
rlUpdateVertexBuffer(mesho">->vboId[index], data, dataSize, offset);
rlUpdateVertexBuffer(meshp">.vboId[index], data, dataSize, offset);
}
// Draw a 3d mesh with material and transform

Ładowanie…
Anuluj
Zapisz