Fix comment
This commit is contained in:
parent
23f2016e26
commit
43eeffcf75
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ QImage Metatile::getMetatileImage(int tile, Tileset *primaryTileset, Tileset *se
|
||||||
qDebug() << "Tile is referring to invalid palette number: " << tile_.palette;
|
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) {
|
if (layer > 0) {
|
||||||
QColor color(tile_image.color(0));
|
QColor color(tile_image.color(0));
|
||||||
color.setAlpha(0);
|
color.setAlpha(0);
|
||||||
|
|
Loading…
Reference in a new issue