summaryrefslogtreecommitdiff
path: root/common/texfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/texfont.h')
-rw-r--r--common/texfont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/texfont.h b/common/texfont.h
index 252dfc7..e0d4935 100644
--- a/common/texfont.h
+++ b/common/texfont.h
@@ -20,7 +20,7 @@ public:
bool FileLoad(File& file);
void PrintText(float left, float top, float z, const char* text) const;
void PrintText(float Left, float Top, float ScaleX, float ScaleY, const char* Text) const;
- void PrintCharScaled(float scale, char ch) const;
+ void PrintCharScaled(float scale, int ch) const;
void GetStringDimensions(int* cx, int* cy, const char* Text) const;
protected: