Sfoglia il codice sorgente

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

Chlumsky 6 mesi fa
parent
commit
84bfb2a402
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main.cpp

+ 1 - 1
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:;
         }