瀏覽代碼

`t' was not initialized (use `texture' instead?)

tags/unichrome-last-xinerama
Daniel Borca 20 年之前
父節點
當前提交
b756990b84
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/mesa/main/texobj.c

+ 1
- 1
src/mesa/main/texobj.c 查看文件

@@ -1025,7 +1025,7 @@ _mesa_IsTexture( GLuint texture )
GET_CURRENT_CONTEXT(ctx);
ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, GL_FALSE);

if (!t)
if (!texture)
return GL_FALSE;

t = (struct gl_texture_object *)

Loading…
取消
儲存