Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-24 18:00:25 +0000
committerStijn Buys <ingar@osirion.org>2008-02-24 18:00:25 +0000
commitffd014db9265de5e23672476f334b2a2d53bec3e (patch)
treeab1cc3c59dc05f7d87fc255273e5cc4f480b2758 /src/client/console.cc
parent27345ec20eebccd070287b89cdefb4e4381af5cf (diff)
fix chat spacebar bug, minor updates
Diffstat (limited to 'src/client/console.cc')
-rw-r--r--src/client/console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/console.cc b/src/client/console.cc
index 3954d45..fc53b09 100644
--- a/src/client/console.cc
+++ b/src/client/console.cc
@@ -134,7 +134,7 @@ void draw()
gl::disable(GL_TEXTURE_2D);
// draw the transparent console background
- gl::color(1.0f, 1.0f, 1.0f, 0.01f);
+ gl::color(1.0f, 1.0f, 1.0f, 0.02f);
gl::begin(gl::Quads);
gl::vertex(0.0f, 0.0f, 0.0f);