diff options
author | Brian Paul <[email protected]> | 2000-12-08 00:09:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-12-08 00:09:24 +0000 |
commit | c1b97d91c7e38290be85eb1ff56e6c108e1e47ca (patch) | |
tree | 05c6e7a9652d533c73e2a619b7d6d438b14dc087 /src/mesa/swrast/s_texture.c | |
parent | 83886a5a7f416b4a8c9dc8ef3a587d9b3fab9c59 (diff) |
minor comments, clean-up
Diffstat (limited to 'src/mesa/swrast/s_texture.c')
-rw-r--r-- | src/mesa/swrast/s_texture.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index e2fa4214922..8b0a5f02f07 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src/mesa/swrast/s_texture.c @@ -1,4 +1,4 @@ -/* $Id: s_texture.c,v 1.2 2000/11/05 18:24:40 keithw Exp $ */ +/* $Id: s_texture.c,v 1.3 2000/12/08 00:09:24 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2529,7 +2529,7 @@ void gl_texture_pixels( GLcontext *ctx, GLuint texUnit, GLuint n, if (ctx->Texture._ReallyEnabled & mask) { const struct gl_texture_unit *textureUnit = &ctx->Texture.Unit[texUnit]; - if (textureUnit->_Current) { + if (textureUnit->_Current) { /* XXX need this? */ GLchan texel[PB_SIZE][4]; if (textureUnit->LodBias != 0.0F) { |