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:
5157d8d
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 11:56:45 +0000
(19:56 +0800)
committer
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 11:56:45 +0000
(19:56 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
a866479
..
cc687e7
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-415,7
+415,7
@@
int main(int argc, char **argv) {
\r
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
\r
\r
-
//
glutReshapeFunc(windowReshape);
\r
+ glutReshapeFunc(windowReshape);
\r
glutDisplayFunc(display);
\r
glutMouseFunc(mouse);
\r
glutKeyboardFunc(keyboard);
\r
UCC
git Repository :: git.ucc.asn.au