Browse Source

tiny change to a gl_problem() call

tags/mesa_3_5
Brian Paul 25 years ago
parent
commit
eb198d2702
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/main/texobj.c

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

@@ -1,4 +1,4 @@
/* $Id: texobj.c,v 1.40 2001/02/20 16:42:25 brianp Exp $ */
/* $Id: texobj.c,v 1.41 2001/02/26 18:25:25 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -405,7 +405,7 @@ _mesa_test_texobj_completeness( const GLcontext *ctx,
}
else {
/* Dimensions = ??? */
gl_problem(NULL, "Bug in gl_test_texture_object_completeness\n");
gl_problem(ctx, "Bug in gl_test_texture_object_completeness\n");
}
}
}

Loading…
Cancel
Save