Wow... pure luck this worked as well as it did...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31898 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-07-29 10:38:13 +00:00
parent 473a578ad8
commit c4d98f827b
+1 -1
View File
@@ -613,7 +613,7 @@ FontEngine::CountFaces() const
uint32
FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
{
FT_Get_Char_Index(fFace, glyphCode);
return FT_Get_Char_Index(fFace, glyphCode);
}