Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-25 16:27:57 +00:00
parent 572c42a9f0
commit 7aedbcda62
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -306,7 +306,7 @@ static inline bool invertPaint(NSVGpaint& paint, const char* const svgFileToInve
}
// Special case for Lilac
if (svgFileToInvert != nullptr && std::strncmp(svgFileToInvert, "/LilacLoop/", 7) == 0)
if (svgFileToInvert != nullptr && std::strncmp(svgFileToInvert, "/LilacLoop/", 11) == 0)
{
switch (paint.color)
{