summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp
index 420eeb8b..4e697f15 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -81,7 +81,7 @@ void Text::draw(gcn::Graphics *graphics, int xOff, int yOff)
TextRenderer::renderText(graphics, mText,
mX - xOff, mY - yOff, gcn::Graphics::LEFT,
- mColor, boldFont, true);
+ *mColor, boldFont, true);
}
FlashText::FlashText(const std::string &text, int x, int y,