Quellcode durchsuchen

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

AzaezelX vor 5 Jahren
Ursprung
Commit
7d350427f1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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");
 }
 }
 
 
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------