git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3e32d
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:10:34 +0000
(20:10 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:10:34 +0000
(20:10 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
790fa84
..
b6caf70
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-558,7
+558,7
@@
void idle() {
angle = (int)(angle + 10) % 360;
\r
//angle2 = (int)(angle2 + 10) % 360;
\r
printf("Angle 1: %f, Angle 2: %f\n", angle, angle2);
\r
- sleep(
2
5);
\r
+ sleep(
0.
5);
\r
glutPostRedisplay();
\r
}
\r
\r
UCC
git Repository :: git.ucc.asn.au