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:
4a6c501
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:05:44 +0000
(14:05 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:05:44 +0000
(14:05 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
c7d5318
..
9f29cc0
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-288,7
+288,7
@@
void makeMenu() {
int startNum = i*11 - (i-1);
\r
int endNum = startNum + 9;
\r
if ( i == menuNumber - 1 ) { // We're on the last one
\r
- endNum = startNum +
4
;
\r
+ endNum = startNum +
3
;
\r
}
\r
sprintf(name, "%d-%d", startNum, endNum);
\r
glutAddSubMenu( name, addObjectSubmenu[i] );
\r
UCC
git Repository :: git.ucc.asn.au