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

next
zhongjin 2 years ago
parent a728305573
commit 33084b507f

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

Loading…
Cancel
Save