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
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-29 15:36:28 +0100
commit34d64be77d940218babbcbaaeac8b22405793af2 (patch)
tree309f765c7c3fa3cfe5744e6ec43cc94c3296174a /src/gui/truetypefont.h
parenta38a8e56faa33b00c94414bde859e637d096de0d (diff)
downloadmana-client-34d64be77d940218babbcbaaeac8b22405793af2.tar.gz
mana-client-34d64be77d940218babbcbaaeac8b22405793af2.tar.bz2
mana-client-34d64be77d940218babbcbaaeac8b22405793af2.tar.xz
mana-client-34d64be77d940218babbcbaaeac8b22405793af2.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 e0e57cd7..48502f1f 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
{