From 58b3097bf80a830f2082e26930d0a0f180f5f40c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Oct 2009 21:37:59 +0200 Subject: Fix dark color in TextParticles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Thorbjørn Lindeijer --- src/textparticle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/textparticle.cpp b/src/textparticle.cpp index da176087..ae36a121 100644 --- a/src/textparticle.cpp +++ b/src/textparticle.cpp @@ -53,7 +53,6 @@ void TextParticle::draw(Graphics *graphics, int offsetX, int offsetY) const alpha = alpha * mLifetimePast / mFadeIn; gcn::Color color = *mColor; - color.a = (int) alpha; TextRenderer::renderText(graphics, mText, screenX, screenY, gcn::Graphics::CENTER, -- cgit v1.2.3-60-g2f50