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

next
zhongjin 2 years ago
parent f5d5d865a8
commit 57351b02f2

@ -57,7 +57,7 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
//SG_LOG(SG_GUI,SG_ALERT, "UTF8 cc<<4 " << x);
cc = (unsigned char) *(s++) ;
cc = (unsigned char) *(c++) ;
//SG_LOG(SG_GUI,SG_ALERT, "UTF81 cc=" << cc);
@ -65,7 +65,7 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
int y = (cc & 0x03) << 6 ;
cc = (unsigned char) *(s++) ;
cc = (unsigned char) *(c++) ;
//SG_LOG(SG_GUI,SG_ALERT, "UTF82 cc=" << cc);

Loading…
Cancel
Save