mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Fixed POV-Ray export file browser to accept new files.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user