Demos (master): mipmap_limits: fix keyboard info string

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 26 18:34:36 UTC 2012


Module: Demos
Branch: master
Commit: 870b872595153b5ed03b73166a8f4d17ca4b77ab
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=870b872595153b5ed03b73166a8f4d17ca4b77ab

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 26 11:34:26 2012 -0700

mipmap_limits: fix keyboard info string

---

 src/tests/mipmap_limits.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/mipmap_limits.c b/src/tests/mipmap_limits.c
index f075507..9b50843 100644
--- a/src/tests/mipmap_limits.c
+++ b/src/tests/mipmap_limits.c
@@ -258,7 +258,7 @@ print_info(void)
    y -= dy;
 
    glWindowPos2i(x, y);
-   sprintf(s, "   MAX_LOD (n/N): %f", MaxLod);
+   sprintf(s, "   MAX_LOD (x/X): %f", MaxLod);
    print_string(s);
    y -= dy;
 




More information about the mesa-commit mailing list