From b3706f80e03face1f30511944eb7d610686c440b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 20:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fntTXF.cxx?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fntTXF.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/3rdparty/fonts/fntTXF.cxx b/3rdparty/fonts/fntTXF.cxx index 980e04e..dedf53f 100755 --- a/3rdparty/fonts/fntTXF.cxx +++ b/3rdparty/fonts/fntTXF.cxx @@ -151,15 +151,15 @@ static void tex_make_mip_maps ( GLubyte *image, int xsize, int fntTexFont::loadTXF ( const SGPath& path, GLenum mag, GLenum min ) { - //zhongjin - SG_LOG(SG_GUI,SG_ALERT, "-----------------------------------------------------------"); - SG_LOG(SG_GUI,SG_ALERT, "loadTXF"); - SG_LOG(SG_GUI,SG_ALERT, "-----------------------------------------------------------"); - - - FILE *fd ; const auto ps = path.utf8Str(); + + //zhongjin + SG_LOG(SG_GUI,SG_ALERT, "-----------------------------------------------------------"); + SG_LOG(SG_GUI,SG_ALERT, "loadTXF " << ps); + SG_LOG(SG_GUI,SG_ALERT, "-----------------------------------------------------------"); + + #if defined(SG_WINDOWS) std::wstring fp = path.wstr(); fd = _wfopen(fp.c_str(), L"rb");