mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
fix
This commit is contained in:
parent
bda4efa8b5
commit
443bcf6d50
@ -383,7 +383,7 @@ void AssetGenerator::createPaletteShiftedSprites()
|
||||
return;
|
||||
|
||||
auto img = anim->getImage(j);
|
||||
if(std::holds_alternative<TerainPaletteAnimation>(element))
|
||||
if(std::holds_alternative<TerrainPaletteAnimation>(element))
|
||||
{
|
||||
auto tmp = std::get<TerrainPaletteAnimation>(element);
|
||||
img->shiftPalette(tmp.start, tmp.length, l);
|
||||
|
Loading…
Reference in New Issue
Block a user