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:
1f4718a
)
makefile commit
author
Ash Tyndall
<
[email protected]
>
Fri, 7 Oct 2011 16:20:52 +0000
(
00:20
+0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 7 Oct 2011 16:20:52 +0000
(
00:20
+0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
a35d885
..
c41c095
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-225,7
+225,7
@@
void makeMenu() {
\r
object = glutCreateMenu(processObjectEvents);
\r
for ( int i = 0; objectMenuEntries[i]; i++ ) {
\r
- glutAddMenuEntry( objectMenuEntries[i], i );
\r
+ glutAddMenuEntry( objectMenuEntries[i], i );
\r
}
\r
\r
\r
UCC
git Repository :: git.ucc.asn.au