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:
3e410cd
)
Added more mouse event functionality, also LEFT+SHIFT is the same is MIDDLE now.
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 03:34:35 +0000
(11:34 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 03:34:35 +0000
(11:34 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
eefeec1
..
99a95e5
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-461,7
+461,6
@@
void display() {
glBindTexture(GL_TEXTURE_2D, 0);
\r
glPopMatrix();
\r
}
\r
-
\r
\r
// Draw a white ball over the light sources
\r
glDisable(GL_LIGHTING);
\r
UCC
git Repository :: git.ucc.asn.au