Fix MTSDF error correction call in CLI mode with -scanline enabled #219

This commit is contained in:
Chlumsky 2025-02-10 20:00:05 +01:00
parent 5a88b0c2b9
commit 84bfb2a402
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ int main(int argc, const char *const *argv) {
break;
case MULTI_AND_TRUE:
distanceSignCorrection(mtsdf, shape, transformation, fillRule);
msdfErrorCorrection(msdf, shape, transformation, postErrorCorrectionConfig);
msdfErrorCorrection(mtsdf, shape, transformation, postErrorCorrectionConfig);
break;
default:;
}