This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
`t' was not initialized (use `texture' instead?)
tags/unichrome-last-xinerama
Daniel Borca
20 years ago
parent
3ec0631e95
commit
b756990b84
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/main/texobj.c
+ 1
- 1
src/mesa/main/texobj.c
View File
@@ -1025,7 +1025,7 @@ _mesa_IsTexture( GLuint texture )
GET_CURRENT_CONTEXT(ctx);
ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, GL_FALSE);
if (!t)
if (!t
exture
)
return GL_FALSE;
t = (struct gl_texture_object *)
Write
Preview
Loading…
Cancel
Save