mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
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:
commit
9735b1180d
|
|
@ -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");
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue