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:
acf5768
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 02:03:20 +0000
(10:03 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 02:03:20 +0000
(10:03 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
1b7c988
..
3f2c2ab
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-318,10
+318,11
@@
void motion(int x, int y) {
\r
if ( scaling != 0 ) {
\r
\r
- printf("Diff is %f, Scaling by %f on all axii\n", diff, scaling);
\r
+
\r
sceneObjs[curObject].scale[0] *= scaling;
\r
sceneObjs[curObject].scale[1] *= scaling;
\r
sceneObjs[curObject].scale[2] *= scaling;
\r
+ printf("Diff is %f, Scaling by %f on all axii\n", diff, sceneObjs[curObject].scale[0]);
\r
\r
}
\r
\r
UCC
git Repository :: git.ucc.asn.au