projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0478b74
)
progs/demos: Use C-style comment.
author
Vinson Lee
<vlee@vmware.com>
Sat, 19 Dec 2009 07:34:28 +0000
(23:34 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 19 Dec 2009 07:34:28 +0000
(23:34 -0800)
progs/demos/textures.c
patch
|
blob
|
history
diff --git
a/progs/demos/textures.c
b/progs/demos/textures.c
index b7bf135d21905b21e65a1658cb8f36695d40981a..31e1bbb3db0631b91fc340c0fbfc199a663c7862 100644
(file)
--- 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();
}