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

This commit is contained in:
zhongjin 2022-11-22 01:18:47 +08:00
parent a728305573
commit 33084b507f

View File

@ -210,6 +210,8 @@ void fntTexFont::getBBox ( const char *s,
y= y + (cc & 0x3F);
SG_LOG(SG_GUI,SG_ALERT, "x=" << x << ",y=" << y);
cc = x * 256 + y;
}
if ( ! exists [ cc ] )