1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Fix animations in editor which use copy-pasted code from client

This commit is contained in:
Ivan Savenko
2023-06-19 11:16:57 +03:00
parent 9b5e81929f
commit 738ace99cb
3 changed files with 51 additions and 7 deletions

View File

@ -131,6 +131,7 @@ namespace BitmapHandler
c = qRgb(qRed(c), qGreen(c), qBlue(c));
image.setColorTable(colorTable);
}
return image;
}
else
{