From 2c161cf395b84576427d7dad53aea99072f325a3 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 7 Jun 2004 06:03:08 +0000 Subject: small corrections --- src/mesa/main/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 || -- cgit v1.2.3