mirror of https://github.com/Chlumsky/msdfgen.git
Fix MTSDF error correction call in CLI mode with -scanline enabled #219
This commit is contained in:
parent
5a88b0c2b9
commit
84bfb2a402
2
main.cpp
2
main.cpp
|
|
@ -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:;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue