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:
ec50cae
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:38:10 +0000
(10:38 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:38:10 +0000
(10:38 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/helper.c
index
18ae61a
..
22361a7
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,
1.0
);
+ glVertex3i( lineLength - arrowLength, 0.0,
0.5
);
glVertex3i( lineLength, 0.0, 0.0 );
glVertex3i( lineLength - arrowLength, 0.0, -1.0 );
UCC
git Repository :: git.ucc.asn.au