2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-12 11:26:10 +00:00

Fix function argument

This commit is contained in:
2016-03-16 12:56:57 -07:00
parent d86bb6e951
commit 562824e386
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ public:
CTextRenderBuffer* renderBuf,
const wchar_t* str, s32 len) const;
void DrawSpace(const CDrawStringOptions& opts, int x, int y, int& xout, int& yout, int len) const;
void DrawString(const CDrawStringOptions& opts, int x, int y, int xout, int& yout,
void DrawString(const CDrawStringOptions& opts, int x, int y, int& xout, int& yout,
CTextRenderBuffer* renderBuf,
const wchar_t* str, int len) const;
CGlyph* GetGlyph(wchar_t chr)