diff options
author | Andrei Karas <akaras@inbox.ru> | 2009-10-29 21:37:59 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2009-10-29 21:44:24 +0100 |
commit | 58b3097bf80a830f2082e26930d0a0f180f5f40c (patch) | |
tree | f9a4575b78fcf33dfec34156fbd6c6bca2dd6ab0 /src/textparticle.cpp | |
parent | 99a4fe34113ddfe8a820e3992fcb96ca64cdaf50 (diff) | |
download | mana-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.gz mana-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.bz2 mana-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.xz mana-58b3097bf80a830f2082e26930d0a0f180f5f40c.zip |
Fix dark color in TextParticles
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'src/textparticle.cpp')
-rw-r--r-- | src/textparticle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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, |