更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
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 int) *(s++) ;
|
||||
unsigned int cc = (unsigned char) *(s++) ;
|
||||
|
||||
SG_LOG(SG_GUI,SG_ALERT, "cc=" << cc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user