(no commit message)
authorAsh Tyndall <[email protected]>
Wed, 19 Oct 2011 12:16:38 +0000 (20:16 +0800)
committerAsh Tyndall <[email protected]>
Wed, 19 Oct 2011 12:16:38 +0000 (20:16 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 88cb621..c9149ff 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -614,11 +614,11 @@ void drawLine() {
     glDisable(GL_TEXTURE_2D);\r
     glEnable(GL_BLEND);\r
     glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);\r
-    glColor4ub( 0.0, 0.0, 0.0, 0.0 );\r
+    glColor4ub( 0.0, 0.0, 0.0, 0.5 );\r
 \r
     glBegin(GL_LINES);\r
-    glVertex3i( 10.0, 0, 0.0);\r
-    glVertex3i( -10.0, 0, 0.0);\r
+    glVertex3i( 10.0, 0.1, 0.0);\r
+    glVertex3i( -10.0, 0.1, 0.0);\r
     glEnd();\r
 \r
     glDisable(GL_BLEND);\r

UCC git Repository :: git.ucc.asn.au