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

This commit is contained in:
zhongjin 2022-11-21 20:39:31 +08:00
parent 40b039c226
commit 30333dbdb2

View File

@ -150,6 +150,14 @@ 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();
#if defined(SG_WINDOWS)