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:
81e8971
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:06:33 +0000
(13:06 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:06:33 +0000
(13:06 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
7698934
..
cffbd54
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-252,14
+252,14
@@
void makeMenu() {
}
\r
\r
// Create the overmenu*/
\r
- int objectMenu = glutCreateMenu(processObjectEvents);
\r
+
//
int objectMenu = glutCreateMenu(processObjectEvents);
\r
/*for ( int i = 0; objectSubmenu[i]; i++ ) {
\r
char name[10];
\r
sprintf(name,"%d",(i + 1) * 10);
\r
glutAddSubMenu( name, objectSubmenu[i] );
\r
}*/
\r
\r
- glutAddSubMenu("Objects", objectMenu);
\r
+
//
glutAddSubMenu("Objects", objectMenu);
\r
glutAddMenuEntry("Exit", 99);
\r
\r
\r
UCC
git Repository :: git.ucc.asn.au