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

This commit is contained in:
2022-11-21 23:33:18 +08:00
parent a8d4ed76de
commit 9a0718a889

View File

@@ -165,6 +165,9 @@ void fntTexFont::getBBox ( const char *s,
float v_pos = 0.0f ;
float l, r, b, t ;
//zhongjin
SG_LOG(SG_GUI,SG_ALERT, "getBBox " << s);
l = r = b = t = 0.0f ;
while ( *s != '\0' )