summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-01-26 21:00:03 +0000
committerIra Rice <irarice@gmail.com>2009-01-05 22:18:07 -0700
commitb5f54a7bc2e8df4187e847d72a6fee2ffd6c5299 (patch)
tree280e63f606d40b0e3f7a55a2bb3793aed07d64de /src/gui/truetypefont.h
parentc5331a575468ee94b4cde35d157b74d9776676e5 (diff)
downloadMana-b5f54a7bc2e8df4187e847d72a6fee2ffd6c5299.tar.gz
Mana-b5f54a7bc2e8df4187e847d72a6fee2ffd6c5299.tar.bz2
Mana-b5f54a7bc2e8df4187e847d72a6fee2ffd6c5299.tar.xz
Mana-b5f54a7bc2e8df4187e847d72a6fee2ffd6c5299.zip
Image alpha should also be set to 1, in case it was changed before.
(cherry picked from mainline commit 0962fc8b567279a6e97e13e4b3f2f9f2ffe304c0)
Diffstat (limited to 'src/gui/truetypefont.h')
-rw-r--r--src/gui/truetypefont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h
index d496d82e..7a4ee9ac 100644
--- a/src/gui/truetypefont.h
+++ b/src/gui/truetypefont.h
@@ -33,7 +33,7 @@
/**
* A wrapper around SDL_ttf for allowing the use of TrueType fonts.
*
- * <b>NOTE:</b> This class needs SDL_ttf to be initialized.
+ * <b>NOTE:</b> This class initializes SDL_ttf as necessary.
*/
class TrueTypeFont : public gcn::Font
{