Fix typo in rmodels.c

Upate -> Update
This commit is contained in:
Ikko Eltociear Ashimine 2023-03-20 23:41:01 +09:00 committed by GitHub
parent 08670ecea1
commit c79a72b36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3400,7 +3400,7 @@ void GenMeshTangents(Mesh *mesh)
{
if (mesh->vboId[SHADER_LOC_VERTEX_TANGENT] != 0)
{
// Upate existing vertex buffer
// Update existing vertex buffer
rlUpdateVertexBuffer(mesh->vboId[SHADER_LOC_VERTEX_TANGENT], mesh->tangents, mesh->vertexCount*4*sizeof(float), 0);
}
else