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:
efaba07
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:00:08 +0000
(14:00 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:00:08 +0000
(14:00 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
2ea3367
..
fdb4f07
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-285,7
+285,7
@@
void makeMenu() {
int addObjectMenu = glutCreateMenu(processObjectEvents);
\r
for ( int i = 0; addObjectSubmenu[i]; i++ ) {
\r
char name[10]; // buffer to hold name
\r
- int startNum
;
i*11 - (i-1);
\r
+ int startNum
=
i*11 - (i-1);
\r
sprintf(name, "%d-%d", startNum, startNum + 9);
\r
glutAddSubMenu( name, addObjectSubmenu[i] );
\r
}
\r
UCC
git Repository :: git.ucc.asn.au