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:
@ -131,6 +131,7 @@ namespace BitmapHandler
|
||||
c = qRgb(qRed(c), qGreen(c), qBlue(c));
|
||||
image.setColorTable(colorTable);
|
||||
}
|
||||
return image;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user