From 4b45a919ffcacf61428df2e65856483497623a6b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 22 Nov 2022 12:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/fonts/fnt.h b/3rdparty/fonts/fnt.h index 7419489..a89b635 100644 --- a/3rdparty/fonts/fnt.h +++ b/3rdparty/fonts/fnt.h @@ -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 ) ;