summaryrefslogtreecommitdiff
path: root/src/mobileopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-26 17:40:57 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-27 23:15:04 +0300
commit0abab7e8e92329b0cd8ec23807a1d3102d8ec136 (patch)
tree162866ee6e5f8a2f9e45b156cc4568c9b5268548 /src/mobileopenglgraphics.h
parent53db1412f7d6e29e9e1cfdb272a40ebb30ba1fe6 (diff)
downloadplus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.gz
plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.bz2
plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.tar.xz
plus-0abab7e8e92329b0cd8ec23807a1d3102d8ec136.zip
Add support for draw outlined text.
Diffstat (limited to 'src/mobileopenglgraphics.h')
-rw-r--r--src/mobileopenglgraphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobileopenglgraphics.h b/src/mobileopenglgraphics.h
index 12b244996..7370691a0 100644
--- a/src/mobileopenglgraphics.h
+++ b/src/mobileopenglgraphics.h
@@ -128,6 +128,7 @@ class MobileOpenGLGraphics final : public Graphics
void setColor(const gcn::Color &color)
{
mColor = color;
+ mColor2 = color;
mColorAlpha = (color.a != 255);
}