Skip to content

Commit ace7aef

Browse files
authored
Fix typo in rmodels.c (#2976)
Upate -> Update
1 parent e450c75 commit ace7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rmodels.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3400,7 +3400,7 @@ void GenMeshTangents(Mesh *mesh)
34003400
{
34013401
if (mesh->vboId[SHADER_LOC_VERTEX_TANGENT] != 0)
34023402
{
3403-
// Upate existing vertex buffer
3403+
// Update existing vertex buffer
34043404
rlUpdateVertexBuffer(mesh->vboId[SHADER_LOC_VERTEX_TANGENT], mesh->tangents, mesh->vertexCount*4*sizeof(float), 0);
34053405
}
34063406
else

0 commit comments

Comments
 (0)