From b0a18dc88ac4f9b9fccf5b32a795ccdb4285d257 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 11 Apr 2023 10:05:06 +0200 Subject: [PATCH] store atlascache in msdfgen subfolder --- src/Atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Atlas.cpp b/src/Atlas.cpp index f840c04..c55568f 100644 --- a/src/Atlas.cpp +++ b/src/Atlas.cpp @@ -372,7 +372,7 @@ const vector & Atlas::getVariationAxesAvailable( string Atlas::getAtlasPathDir(){ string fontPathNoData = fontPath; ofStringReplace(fontPathNoData, "data/", ""); - string atlasPath = "data/atlascache/" + fontPathNoData; + string atlasPath = "data/atlascache/" + fontPathNoData + "/msdfgen"; return atlasPath; } string Atlas::getAtlasPath(){