shift front profile on over to the cache directory in keeping with the rest

This commit is contained in:
AzaezelX 2020-01-12 00:24:21 -06:00
parent f007700646
commit 7d350427f1

View file

@ -23,7 +23,7 @@
// Set font cache path if it doesn't already exist.
if($Gui::fontCacheDirectory $= "")
{
$Gui::fontCacheDirectory = expandFilename("./fonts");
$Gui::fontCacheDirectory = expandFilename("data/cache/fonts");
}
// ----------------------------------------------------------------------------