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:
d95870a
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 03:47:48 +0000
(11:47 +0800)
committer
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 03:47:48 +0000
(11:47 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
f748458
..
b026883
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-247,7
+247,7
@@
void keyboard(unsigned char key, int x, int y) {
y = y - 1;
\r
break;
\r
}
\r
- printf("Camera is now at (%f, %f, %f)", x, y, z);
\r
+ printf("Camera is now at (%f, %f, %f)
\n
", x, y, z);
\r
}
\r
\r
/**
\r
UCC
git Repository :: git.ucc.asn.au