Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
572c42a9f0
commit
7aedbcda62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue