quick fix -- bug #1217 (Unable to access AA fonts in Linux)

This commit is contained in:
Simon Clitherow
2004-05-12 20:30:18 +00:00
parent cf2aef1df9
commit e0e14665fa

View File

@@ -250,7 +250,7 @@ void start_interface_font(void)
sprintf(U.fontname, "/.bfont.ttf\0");
#else
sprintf(U.fontname, "/.bfont.ttf\0");
sprintf(U.fontname, ".blender/.bfont.ttf\0");
result = FTF_SetFont(U.fontname, U.fontsize);
#endif