Merge pull request #143 from Azaezel/alpha40Fontcache

shift front profile on over to the cache directory in keeping with the rest
This commit is contained in:
Areloch 2020-01-14 19:27:20 -06:00 committed by GitHub
commit 9735b1180d

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");
}
// ----------------------------------------------------------------------------