更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
2855aa8f1f
commit
3b25947db1
2
3rdparty/fonts/fnt.cxx
vendored
2
3rdparty/fonts/fnt.cxx
vendored
@ -187,7 +187,7 @@ void fntTexFont::getBBox ( const char *s,
|
||||
if ((cc & 0x80)==0) {
|
||||
SG_LOG(SG_GUI,SG_ALERT, "ASSIC cc=" << cc);
|
||||
}
|
||||
if ( (cc & 0XE0) == 1) {
|
||||
if ( (cc & 0XE0) == 0XE0) {
|
||||
SG_LOG(SG_GUI,SG_ALERT, "UTF8 cc=" << cc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user