From 7d350427f171c7a1cd51c24b0b620cb3abb9fa32 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sun, 12 Jan 2020 00:24:21 -0600 Subject: [PATCH] shift front profile on over to the cache directory in keeping with the rest --- Templates/BaseGame/game/core/gui/scripts/profiles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/core/gui/scripts/profiles.cs b/Templates/BaseGame/game/core/gui/scripts/profiles.cs index a06ab94da..7b4a9ea00 100644 --- a/Templates/BaseGame/game/core/gui/scripts/profiles.cs +++ b/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"); } // ----------------------------------------------------------------------------