From c2bc103e0a3c8ca09c4936e833ba2df2f0612516 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 22 Nov 2022 12:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/fonts/fnt.cxx b/3rdparty/fonts/fnt.cxx index cd4a1de..5207c9b 100644 --- a/3rdparty/fonts/fnt.cxx +++ b/3rdparty/fonts/fnt.cxx @@ -42,9 +42,9 @@ int fntTexFont::load ( const SGPath& path, GLenum mag, GLenum min ) } float fntTexFont::low_putch ( sgVec3 curpos, float pointsize, - float italic, char c ) + float italic, int c ) { - unsigned int cc = (unsigned char) c ; + unsigned int cc = (unsigned int) c ; /* Auto case-convert if character is absent from font. */