mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
fix
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user