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:
1bacda1
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:49:48 +0000
(20:49 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:49:48 +0000
(20:49 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
4962037
..
e08b667
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-489,7
+489,7
@@
void makeMenu() {
* @param h New height
\r
*/
\r
void windowReshape(int w, int h) {
\r
- zoomFactor = zoomFactor
+
1;
\r
+ zoomFactor = zoomFactor
-
1;
\r
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
\r
glMatrixMode(GL_PROJECTION);
\r
glLoadIdentity();
\r
UCC
git Repository :: git.ucc.asn.au