ソースを参照

use unused variable. Fixes #4560 (#4561)

pull/4565/head
Rico P 2週間前
committed by GitHub
コミット
ff71e3a513
この署名に対応する既知のキーがデータベースに存在しません 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
}

読み込み中…
キャンセル
保存