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:
6050088
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:38:42 +0000
(10:38 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:38:42 +0000
(10:38 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/helper.c
index
d7c6291
..
18ae61a
100644
(file)
--- a/
helper.c
+++ b/
helper.c
@@
-272,7
+272,7
@@
void drawLine() {
// x arrowheads
glVertex3i( lineLength, 0.0, 0.0 );
- glVertex3i( lineLength - arrowLength, 0.0,
0.9
);
+ glVertex3i( lineLength - arrowLength, 0.0,
1.0
);
glVertex3i( lineLength, 0.0, 0.0 );
glVertex3i( lineLength - arrowLength, 0.0, -1.0 );
UCC
git Repository :: git.ucc.asn.au