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:
e273207
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 05:54:38 +0000
(13:54 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 05:54:38 +0000
(13:54 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
d581f44
..
7198068
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-314,7
+314,7
@@
void motion(int x, int y) {
sceneObjs[curObject].x += diffy * sin(angler) * 0.1;
\r
\r
//sceneObjs[curObject].z += diffx * sin(angler) * 0.1;
\r
- sceneObjs[curObject].z += diffy *
cos
(angler) * 0.1;
\r
+ sceneObjs[curObject].z += diffy *
sin
(angler) * 0.1;
\r
\r
//sceneObjs[curObject].x += ;
\r
//sceneObjs[curObject].z += ;
\r
UCC
git Repository :: git.ucc.asn.au