mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
t' was not initialized (use texture' instead?)
This commit is contained in:
parent
3ec0631e95
commit
b756990b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue