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:
978c1b7
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:42:47 +0000
(20:42 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:42:47 +0000
(20:42 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/helper.c
index
b4dbc9a
..
3bc1007
100644
(file)
--- a/
helper.c
+++ b/
helper.c
@@
-304,9
+304,9
@@
int addSceneObject(int id) {
sceneObjs[nObjects].y = 0;
sceneObjs[nObjects].z = 0;
- sceneObjs[nObjects].scale[0] =
0
;
- sceneObjs[nObjects].scale[1] =
0
;
- sceneObjs[nObjects].scale[2] =
0
;
+ sceneObjs[nObjects].scale[0] =
1
;
+ sceneObjs[nObjects].scale[1] =
1
;
+ sceneObjs[nObjects].scale[2] =
1
;
sceneObjs[nObjects].rotation.amount = 0;
sceneObjs[nObjects].rotation.vector[0] = 0;
UCC
git Repository :: git.ucc.asn.au