Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 3 years ago
parent
commit
7aedbcda62
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/custom/dep.cpp

+ 1
- 1
src/custom/dep.cpp 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)
{


Loading…
Cancel
Save