Mesa (mesa_7_6_branch): progs/demos: Use C-style comment.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 19 07:35:26 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 41377942d321c6ff858a81241f01f9c15f9ca347
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41377942d321c6ff858a81241f01f9c15f9ca347

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 18 23:34:28 2009 -0800

progs/demos: Use C-style comment.

---

 progs/demos/textures.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/demos/textures.c b/progs/demos/textures.c
index b7bf135..31e1bbb 100644
--- a/progs/demos/textures.c
+++ b/progs/demos/textures.c
@@ -57,7 +57,7 @@ Idle(void)
 {
    Xrot = glutGet(GLUT_ELAPSED_TIME) * 0.02;
    Yrot = glutGet(GLUT_ELAPSED_TIME) * 0.04;
-   //Zrot += 2.0;
+   /* Zrot += 2.0; */
    glutPostRedisplay();
 }
 




More information about the mesa-commit mailing list