From c1b97d91c7e38290be85eb1ff56e6c108e1e47ca Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 8 Dec 2000 00:09:24 +0000 Subject: minor comments, clean-up --- src/mesa/swrast/s_texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast/s_texture.c') diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index e2fa421492..8b0a5f02f0 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) { -- cgit v1.2.3