fix
This commit is contained in:
parent
e2be534dd5
commit
b951bf60d5
1 changed files with 2 additions and 2 deletions
|
@ -488,9 +488,9 @@ void InitTextObject(const char *font_name)
|
||||||
//Open Font.ttf
|
//Open Font.ttf
|
||||||
char path[PATH_LENGTH];
|
char path[PATH_LENGTH];
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
sprintf(path, "%sfont/msgothic.ttc", gModulePath);
|
sprintf(path, "%s/font/msgothic.ttc", gModulePath);
|
||||||
#else
|
#else
|
||||||
sprintf(path, "%sfont/cour.ttf", gModulePath);
|
sprintf(path, "%s/font/cour.ttf", gModulePath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gFont = LoadFont(path, fontWidth, fontHeight);
|
gFont = LoadFont(path, fontWidth, fontHeight);
|
||||||
|
|
Loading…
Add table
Reference in a new issue