diff --git a/src/MsdfAtlasLayerCombo.cpp b/src/MsdfAtlasLayerCombo.cpp index 1d8cc09..d78751c 100644 --- a/src/MsdfAtlasLayerCombo.cpp +++ b/src/MsdfAtlasLayerCombo.cpp @@ -29,7 +29,9 @@ void MsdfAtlasLayerCombo::setup(const ComboIdentifier & layerIdentifier, void MsdfAtlasLayerCombo::update(){ if(isDirty){ - atlas->generate(); + bool useCache = true; + bool saveToCache = true; + atlas->generate(useCache, saveToCache); isDirty = false; } }