Correct detail
This commit is contained in:
parent
b6cec214bd
commit
0133917bf9
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ Model rlglLoadModel(Mesh mesh)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create buffers for our vertex data (positions, texcoords, normals)
|
// Create buffers for our vertex data (positions, texcoords, normals)
|
||||||
glGenBuffers(4, vertexBuffer);
|
glGenBuffers(3, vertexBuffer);
|
||||||
|
|
||||||
// Enable vertex attributes: position
|
// Enable vertex attributes: position
|
||||||
glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer[0]);
|
glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer[0]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue