Fixed TrueTypeFont incorrectly handling display mode changes.

This commit is contained in:
rude
2009-08-18 19:00:21 +02:00
parent d58182c4c2
commit d7d3766cea
3 changed files with 18 additions and 21 deletions
@@ -228,9 +228,6 @@ namespace opengl
FT_Done_Face(face);
FT_Done_FreeType(library); //all done
// Free data.
data->release();
return true;
}