Commit 777b3f3666016e78d0d38893ef0bdfd096186de9

henry 2001-08-01T04:20:14

removed a comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/FTTextureGlyph.cpp b/src/FTTextureGlyph.cpp
index cc3dc7c..15df83d 100755
--- a/src/FTTextureGlyph.cpp
+++ b/src/FTTextureGlyph.cpp
@@ -31,7 +31,6 @@ FTTextureGlyph::FTTextureGlyph( FT_Glyph glyph, int gi, unsigned char* data, int
  	pos.x = bitmap->left;
 	pos.y = bitmap->top;
 	
-   // FIXME The buffer is upside down. What about dest alignment?
     destWidth = srcWidth;
     destHeight = srcHeight;