Skip to content

Commit

Permalink
Fix typo in rmodels.c (#2976)
Browse files Browse the repository at this point in the history
Upate -> Update
  • Loading branch information
eltociear committed Mar 20, 2023
1 parent e450c75 commit ace7aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmodels.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ace7aef

Please sign in to comment.