From 7e0255be1a1b0359a0b1c00ca0352bd0edf4157d Mon Sep 17 00:00:00 2001 From: Ivan Korotkov Date: Sat, 11 May 2013 01:47:32 +0400 Subject: [PATCH] Fix typo in comment :) --- gltext.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gltext.hpp b/gltext.hpp index a8cc4e5..5ec9d5e 100644 --- a/gltext.hpp +++ b/gltext.hpp @@ -74,7 +74,7 @@ struct FontPimpl; * If the display size is set correctly, this class can provide pixel-perfect rendering. Setting the display size to * other values will not give correct results. * - * When drawing, this class will output pixels with pre-multiplied alpha. To blend them properly, set the blend mode to (GL_ONE, GL_SRC_ALPHA) + * When drawing, this class will output pixels with pre-multiplied alpha. To blend them properly, set the blend mode to (GL_ONE, GL_DST_ALPHA) */ class Font { public: @@ -181,4 +181,4 @@ class Font { * This is the documentation for the gltext library. The capabilities of this library are exposed through the gltext::Font class. */ -#endif // GLTEXT_FONT_HPP \ No newline at end of file +#endif // GLTEXT_FONT_HPP