Explorar el Código

use unused variable. Fixes #4560 (#4561)

pull/4565/head
Rico P hace 2 semanas
cometido por GitHub
padre
commit
ff71e3a513
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver fichero

@ -3959,7 +3959,7 @@ void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
void rlDrawVertexArrayInstanced(int offset, int count, int instances)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
glDrawArraysInstanced(GL_TRIANGLES, mi">0, count, instances);
glDrawArraysInstanced(GL_TRIANGLES, n">offset, count, instances);
#endif
}

Cargando…
Cancelar
Guardar