更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
bd3528d580
commit
c5c957a79d
8
3rdparty/fonts/fnt.cxx
vendored
8
3rdparty/fonts/fnt.cxx
vendored
@ -288,9 +288,13 @@ void fntTexFont::puts ( sgVec3 curpos, float pointsize, float italic, const char
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
||||||
SG_LOG(SG_GUI,SG_ALERT, "low_putch " << *s);
|
unsigned int cc = (unsigned char) *s ;
|
||||||
|
|
||||||
low_putch ( curpos, pointsize, italic, *s ) ;
|
|
||||||
|
SG_LOG(SG_GUI,SG_ALERT, "low_putch " << cc);
|
||||||
|
|
||||||
|
//low_putch ( curpos, pointsize, italic, *s ) ;
|
||||||
|
low_putch ( curpos, pointsize, italic, cc ) ;
|
||||||
|
|
||||||
s++ ;
|
s++ ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user