Skip to content

Commit

Permalink
Disable home folder usage so engine defined cache will be used instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron committed Nov 17, 2024
1 parent db80ad8 commit 31e8038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rts/Rendering/Fonts/CFontTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class FtLibraryHandler {
return;
}

FcConfigEnableHome(FcFalse);
config = FcInitLoadConfigAndFonts();
if (!config)
return;
Expand Down

0 comments on commit 31e8038

Please sign in to comment.