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:
736b49a
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:32:59 +0000
(14:32 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:32:59 +0000
(14:32 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
653c8aa
..
e72b414
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-295,7
+295,7
@@
void makeMenu() {
glutAddMenuEntry("R/G/B/All Light 2", LIGHT_RGBALL_LIGHT_2);
\r
\r
// Construct add object submenus
\r
- int addObjectMenu = makeSubmenuFromArray(
&
objectMenuEntries, processObjectEvents );
\r
+ int addObjectMenu = makeSubmenuFromArray( objectMenuEntries, processObjectEvents );
\r
\r
// Construct texture/ground texture submenus
\r
/* int textureMenuEntries = sizeof(textureMenuEntries) / sizeof(textureMenuEntries[0]);
\r
UCC
git Repository :: git.ucc.asn.au