Sfoglia il codice sorgente

Merge pull request #143 from Azaezel/alpha40Fontcache

shift front profile on over to the cache directory in keeping with the rest
Areloch 5 anni fa
parent
commit
9735b1180d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Templates/BaseGame/game/core/gui/scripts/profiles.cs

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

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