mirror of
https://github.com/huderlem/porymap.git
synced 2026-06-23 16:19:51 -05:00
Fix comment
This commit is contained in:
parent
23f2016e26
commit
43eeffcf75
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user