Commit d5e509afd1ce35dd432a1dfa179c3cd99f05b436

henry 2002-02-06T02:41:43

nothing

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/FTGLPixmapFont.cpp b/src/FTGLPixmapFont.cpp
index b514da3..446817b 100755
--- a/src/FTGLPixmapFont.cpp
+++ b/src/FTGLPixmapFont.cpp
@@ -20,7 +20,7 @@ FTGlyph* FTGLPixmapFont::MakeGlyph( unsigned int g)
 	if( ftGlyph)
 	{
 		FTPixmapGlyph* tempGlyph = new FTPixmapGlyph( *ftGlyph);
-                FT_Done_Glyph( *ftGlyph );
+        FT_Done_Glyph( *ftGlyph );
 		return tempGlyph;
 	}