浏览代码

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

Chlumsky 10 月之前
父节点
当前提交
84bfb2a402
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:;
         }