mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
shift front profile on over to the cache directory in keeping with the rest
This commit is contained in:
parent
f007700646
commit
7d350427f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue