Explorar el Código

Correct detail

pull/108/head
raysan5 hace 9 años
padre
commit
0133917bf9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c Ver fichero

@ -1896,7 +1896,7 @@ Model rlglLoadModel(Mesh mesh)
}
// Create buffers for our vertex data (positions, texcoords, normals)
glGenBuffers(4, vertexBuffer);
glGenBuffers(3, vertexBuffer);
// Enable vertex attributes: position
glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer[0]);

Cargando…
Cancelar
Guardar