更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
68b1758449
commit
551b1d7199
3
3rdparty/fonts/fnt.cxx
vendored
3
3rdparty/fonts/fnt.cxx
vendored
@ -284,7 +284,7 @@ void fntTexFont::puts ( sgVec3 curpos, float pointsize, float italic, const char
|
|||||||
while ( *s != '\0' )
|
while ( *s != '\0' )
|
||||||
{
|
{
|
||||||
|
|
||||||
unsigned int cc = (unsigned char) *s ;
|
unsigned int cc = (unsigned char) *(s++) ;
|
||||||
|
|
||||||
if (*s == '\n')
|
if (*s == '\n')
|
||||||
{
|
{
|
||||||
@ -319,7 +319,6 @@ void fntTexFont::puts ( sgVec3 curpos, float pointsize, float italic, const char
|
|||||||
//low_putch ( curpos, pointsize, italic, *s ) ;
|
//low_putch ( curpos, pointsize, italic, *s ) ;
|
||||||
low_putch ( curpos, pointsize, italic, cc ) ;
|
low_putch ( curpos, pointsize, italic, cc ) ;
|
||||||
|
|
||||||
s++ ;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user