From ffd014db9265de5e23672476f334b2a2d53bec3e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 24 Feb 2008 18:00:25 +0000 Subject: fix chat spacebar bug, minor updates --- src/client/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/console.cc') 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); -- cgit v1.2.3