Ver código fonte

use unused variable. Fixes #4560 (#4561)

pull/4565/head
Rico P 2 semanas atrás
committed by GitHub
pai
commit
ff71e3a513
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver arquivo

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

Carregando…
Cancelar
Salvar