更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
f31a6e7da2
commit
ab1208363b
2
3rdparty/fonts/fnt.cxx
vendored
2
3rdparty/fonts/fnt.cxx
vendored
@ -199,7 +199,7 @@ void fntTexFont::getBBox ( const char *s,
|
||||
|
||||
SG_LOG(SG_GUI,SG_ALERT, "UTF81 cc=" << cc);
|
||||
|
||||
x= x + (cc>>2) & 0x0F;
|
||||
x= x + ((cc>>2) & 0x0F);
|
||||
|
||||
int y = (cc & 0x03) * 0X3F;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user