更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
ecf4baa0a2
commit
793cb30fac
2
3rdparty/fonts/fnt.cxx
vendored
2
3rdparty/fonts/fnt.cxx
vendored
@ -182,7 +182,7 @@ void fntTexFont::getBBox ( const char *s,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// unsigned int cc = (unsigned char) *(s++) ;
|
// unsigned int cc = (unsigned char) *(s++) ;
|
||||||
unsigned int cc = (unsigned int) *(s++) ;
|
unsigned int cc = (unsigned char) *(s++) ;
|
||||||
|
|
||||||
SG_LOG(SG_GUI,SG_ALERT, "cc=" << cc);
|
SG_LOG(SG_GUI,SG_ALERT, "cc=" << cc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user