diff options
-rw-r--r-- | src/mesa/main/texstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 2185bb8801..25cae9f285 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -1,4 +1,4 @@ -/* $Id: texstate.c,v 1.15.4.6 2001/05/17 22:41:47 brianp Exp $ */ +/* $Id: texstate.c,v 1.15.4.7 2001/05/18 21:58:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1660,7 +1660,7 @@ _mesa_ClientActiveTextureARB( GLenum target ) ctx->Array.ActiveTexture = texUnit; } else { - gl_error(ctx, GL_INVALID_ENUM, "glActiveTextureARB(target)"); + gl_error(ctx, GL_INVALID_ENUM, "glClientActiveTextureARB(target)"); } } |