From 793cb30face62c48061beb803d7cc5b557b2f83c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 23:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/fonts/fnt.cxx b/3rdparty/fonts/fnt.cxx index f340e28..51d8468 100644 --- a/3rdparty/fonts/fnt.cxx +++ b/3rdparty/fonts/fnt.cxx @@ -182,7 +182,7 @@ void fntTexFont::getBBox ( const char *s, } // unsigned int cc = (unsigned char) *(s++) ; - unsigned int cc = (unsigned int) *(s++) ; + unsigned int cc = (unsigned char) *(s++) ; SG_LOG(SG_GUI,SG_ALERT, "cc=" << cc);