Browse Source

changed a warning string

tags/mesa_3_3
Brian Paul 26 years ago
parent
commit
1d5971db24
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/main/colortab.c

+ 2
- 2
src/mesa/main/colortab.c View File

@@ -1,4 +1,4 @@
/* $Id: colortab.c,v 1.5 1999/11/11 17:50:04 brianp Exp $ */
/* $Id: colortab.c,v 1.6 1999/11/11 17:53:14 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -220,7 +220,7 @@ _mesa_ColorSubTableEXT( GLenum target, GLsizei start,
GLint comps;
GLubyte *dest;

ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTable");
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTableEXT");

switch (target) {
case GL_TEXTURE_1D:

Loading…
Cancel
Save