mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 21:48:31 +00:00
Correct detail
This commit is contained in:
@@ -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]);
|
||||||
|
Reference in New Issue
Block a user