Explorar o código

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

AzaezelX %!s(int64=5) %!d(string=hai) anos
pai
achega
7d350427f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
 }
 
 // ----------------------------------------------------------------------------