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

This commit is contained in:
zhongjin 2022-11-22 12:19:05 +08:00
parent c2bc103e0a
commit 4b45a919ff

View File

@ -126,7 +126,7 @@ private:
#endif
}
float low_putch ( sgVec3 curpos, float pointsize, float italic, char c ) ;
float low_putch ( sgVec3 curpos, float pointsize, float italic, int c ) ;
int loadTXF ( const SGPath& path, GLenum mag = GL_NEAREST,
GLenum min = GL_LINEAR_MIPMAP_LINEAR ) ;