Преглед на файлове

use unused variable. Fixes #4560 (#4561)

pull/4565/head
Rico P преди 2 седмици
committed by GitHub
родител
ревизия
ff71e3a513
No known key found for this signature in database GPG ключ ID: B5690EEEBB952194
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Целия файл

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

Зареждане…
Отказ
Запис