Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);