Fixed POV-Ray export file browser to accept new files.

This commit is contained in:
leo
2015-04-06 23:23:24 +00:00
parent 3081ed2df8
commit c0167e2dd0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ void TexFont::PrintText(float Left, float Top, float Z, const char* Text) const
delete[] Verts;
}
void TexFont::GetGlyphQuad(float Left, float Top, float Z, char Glyph, float* Buffer) const
void TexFont::GetGlyphQuad(float Left, float Top, float Z, int Glyph, float* Buffer) const
{
Left -= mGlyphs[Glyph].width / 2.0f;
Top += mFontHeight / 2.0f;