瀏覽代碼

change type of loop index var to remove compiler warning.

tags/R300_DRIVER_0
Karl Schultz 22 年之前
父節點
當前提交
1852f4fa33
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/mesa/swrast_setup/ss_context.c

+ 1
- 1
src/mesa/swrast_setup/ss_context.c 查看文件

@@ -217,7 +217,7 @@ _swsetup_Translate( GLcontext *ctx, const void *vertex, SWvertex *dest )
{
const GLfloat *m = ctx->Viewport._WindowMap.m;
GLfloat tmp[4];
GLint i;
GLuint i;

_tnl_get_attr( ctx, vertex, _TNL_ATTRIB_POS, tmp );


Loading…
取消
儲存