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
|
||||
char path[PATH_LENGTH];
|
||||
#ifdef JAPANESE
|
||||
sprintf(path, "%sfont/msgothic.ttc", gModulePath);
|
||||
sprintf(path, "%s/font/msgothic.ttc", gModulePath);
|
||||
#else
|
||||
sprintf(path, "%sfont/cour.ttf", gModulePath);
|
||||
sprintf(path, "%s/font/cour.ttf", gModulePath);
|
||||
#endif
|
||||
|
||||
gFont = LoadFont(path, fontWidth, fontHeight);
|
||||
|
|
Loading…
Add table
Reference in a new issue