Explorar el Código

Fix typo in rmodels.c (#2976)

Upate -> Update
pull/2977/head
Ikko Eltociear Ashimine hace 2 años
cometido por GitHub
padre
commit
ace7aef0e6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Ver fichero

@ -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

Cargando…
Cancelar
Guardar