diff --git a/src/nostalgia/modules/gfx/src/keel/typeconv.cpp b/src/nostalgia/modules/gfx/src/keel/typeconv.cpp index c2448e4f..927c1671 100644 --- a/src/nostalgia/modules/gfx/src/keel/typeconv.cpp +++ b/src/nostalgia/modules/gfx/src/keel/typeconv.cpp @@ -183,8 +183,8 @@ ox::Error TileSheetV4ToTileSheetV5Converter::convert( keel::Context&, TileSheetV4 &src, TileSheetV5 &dst) const noexcept { - dst.bpp = src.bpp; - dst.idIt = src.idIt; + dst.bpp = src.bpp; + dst.idIt = src.idIt; OX_RETURN_ERROR(src.defaultPalette.getPath().moveTo(dst.defaultPalette)); convertSubsheet(dst.bpp, src.subsheet, dst.subsheet); return {};