Procházet zdrojové kódy

Merge pull request #143 from Azaezel/alpha40Fontcache

shift front profile on over to the cache directory in keeping with the rest
Areloch před 5 roky
rodič
revize
9735b1180d

+ 1 - 1
Templates/BaseGame/game/core/gui/scripts/profiles.cs

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