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:
7278cd9
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Wed, 19 Oct 2011 12:17:18 +0000
(20:17 +0800)
committer
Ash Tyndall
<
[email protected]
>
Wed, 19 Oct 2011 12:17:18 +0000
(20:17 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
c9149ff
..
9fc30e7
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-617,8
+617,8
@@
void drawLine() {
glColor4ub( 0.0, 0.0, 0.0, 0.5 );
\r
\r
glBegin(GL_LINES);
\r
- glVertex3i( 10.0, 0.1, 0.0);
\r
- glVertex3i( -10.0, 0.1, 0.0);
\r
+ glVertex3i( 10.0, 0.1,
1
0.0);
\r
+ glVertex3i( -10.0, 0.1,
-1
0.0);
\r
glEnd();
\r
\r
glDisable(GL_BLEND);
\r
UCC
git Repository :: git.ucc.asn.au