更新 '3rdparty/fonts/fnt.cxx'

next
zhongjin 2 years ago
parent ecf4baa0a2
commit 793cb30fac

@ -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);

Loading…
Cancel
Save