Fix comment

This commit is contained in:
Marcus Huderle 2018-09-16 11:57:16 -05:00
parent 23f2016e26
commit 43eeffcf75

View file

@ -53,7 +53,7 @@ QImage Metatile::getMetatileImage(int tile, Tileset *primaryTileset, Tileset *se
qDebug() << "Tile is referring to invalid palette number: " << tile_.palette;
}
// The top layer of the metatile has its last color displayed at transparent.
// The top layer of the metatile has its first color displayed at transparent.
if (layer > 0) {
QColor color(tile_image.color(0));
color.setAlpha(0);