浏览代码

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
}

正在加载...
取消
保存