更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
4
3rdparty/fonts/fnt.cxx
vendored
4
3rdparty/fonts/fnt.cxx
vendored
@@ -42,9 +42,9 @@ int fntTexFont::load ( const SGPath& path, GLenum mag, GLenum min )
|
||||
}
|
||||
|
||||
float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
|
||||
float italic, char c )
|
||||
float italic, int c )
|
||||
{
|
||||
unsigned int cc = (unsigned char) c ;
|
||||
unsigned int cc = (unsigned int) c ;
|
||||
|
||||
/* Auto case-convert if character is absent from font. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user