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:
09c3124
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:28:39 +0000
(20:28 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:28:39 +0000
(20:28 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
902e599
..
b55b491
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-391,7
+391,7
@@
void display() {
\r
// Apply rotation vector
\r
vector* rv = so.rotation.vect;
\r
- printf("%f, %f, %f\n",
*rv[0], *rv[1], *
rv[2]);
\r
+ printf("%f, %f, %f\n",
rv[0], rv[1],
rv[2]);
\r
/* glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]);
\r
\r
// Apply scaling vector
\r
UCC
git Repository :: git.ucc.asn.au