更新 '3rdparty/fonts/fntTXF.cxx'
This commit is contained in:
parent
40b039c226
commit
30333dbdb2
8
3rdparty/fonts/fntTXF.cxx
vendored
8
3rdparty/fonts/fntTXF.cxx
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user