store atlascache in msdfgen subfolder
This commit is contained in:
parent
903b03b6c3
commit
b0a18dc88a
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ const vector <ofxMsdfgen::FontVariationAxis> & Atlas::getVariationAxesAvailable(
|
||||||
string Atlas::getAtlasPathDir(){
|
string Atlas::getAtlasPathDir(){
|
||||||
string fontPathNoData = fontPath;
|
string fontPathNoData = fontPath;
|
||||||
ofStringReplace(fontPathNoData, "data/", "");
|
ofStringReplace(fontPathNoData, "data/", "");
|
||||||
string atlasPath = "data/atlascache/" + fontPathNoData;
|
string atlasPath = "data/atlascache/" + fontPathNoData + "/msdfgen";
|
||||||
return atlasPath;
|
return atlasPath;
|
||||||
}
|
}
|
||||||
string Atlas::getAtlasPath(){
|
string Atlas::getAtlasPath(){
|
||||||
|
|
Loading…
Reference in a new issue