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:
1b02ad4
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:07:04 +0000
(13:07 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:07:04 +0000
(13:07 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
cffbd54
..
19df5d3
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-223,10
+223,10
@@
void processLightEvents(int id) {
void makeMenu() {
\r
//int main, object, objectsize, material, texture, gtexture, light;
\r
\r
-
/*
glutCreateMenu(processMainEvents);
\r
+ glutCreateMenu(processMainEvents);
\r
\r
\r
- int objectSize = sizeof(objectMenuEntries) / sizeof(objectMenuEntries[0]);
\r
+
/*
int objectSize = sizeof(objectMenuEntries) / sizeof(objectMenuEntries[0]);
\r
int numMenus = objectSize/10 + 1;
\r
int objectSubmenu[numMenus];
\r
\r
UCC
git Repository :: git.ucc.asn.au