mirror of https://github.com/Chlumsky/msdfgen.git
Compare commits
2 Commits
b5feaebcf0
...
5e4691cded
| Author | SHA1 | Date |
|---|---|---|
|
|
5e4691cded | |
|
|
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