diff options
author | Brian Paul <[email protected]> | 2001-02-26 18:25:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-02-26 18:25:25 +0000 |
commit | eb198d2702aa876a3fd7041c3a51f211407108be (patch) | |
tree | 1a45c9af26fcee5662be00ad55542a782d09f4a8 /src/mesa/main/texobj.c | |
parent | 1f57563b9dccfb6ce5026eaf5b7a418dc4dd52b9 (diff) |
tiny change to a gl_problem() call
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index b227a96192c..8881083e487 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -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"); } } } |