Răsfoiți Sursa

shift front profile on over to the cache directory in keeping with the rest

AzaezelX 5 ani în urmă
părinte
comite
7d350427f1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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.
 if($Gui::fontCacheDirectory $= "")
 {
-   $Gui::fontCacheDirectory = expandFilename("./fonts");
+   $Gui::fontCacheDirectory = expandFilename("data/cache/fonts");
 }
 
 // ----------------------------------------------------------------------------