diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 1e6b9dd394..3a4bfe3096 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -112,7 +112,7 @@ _mesa_Ortho( GLdouble left, GLdouble right, ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); if (MESA_VERBOSE & VERBOSE_API) - _mesa_debug(ctx, "glFrustum(%f, %f, %f, %f, %f, %f)\n", + _mesa_debug(ctx, "glOrtho(%f, %f, %f, %f, %f, %f)\n", left, right, bottom, top, nearval, farval); if (left == right || |