diff options
author | Daniel Borca <[email protected]> | 2004-06-07 06:03:08 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-06-07 06:03:08 +0000 |
commit | 2c161cf395b84576427d7dad53aea99072f325a3 (patch) | |
tree | 36c0a650fd108805f62171ac881f87ebb4d73f07 /src/mesa/main/matrix.c | |
parent | edea87529ef3505a3f5f6b12d9c6c7f46fa88b89 (diff) |
small corrections
Diffstat (limited to 'src/mesa/main/matrix.c')
-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 1e6b9dd3947..3a4bfe30967 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 || |