1
0
zrcadlo https://github.com/luanti-org/minetestmapper.git synchronizováno 2025-12-30 11:25:28 +01:00
Tento commit je obsažen v:
sfan5
2014-07-08 14:02:15 +02:00
rodič 4076903980
revize fe534d9026

Zobrazit soubor

@@ -504,7 +504,7 @@ inline void TileGenerator::renderMapBlock(const ustring &mapBlock, const BlockPo
col = c;
else
col = mixColors(col, c);
if(col.a == 0xFF) {
if(col.a == 0xFF || y == minY) {
m_image->tpixels[imageY][imageX] = color2int(col);
m_blockPixelAttributes.attribute(15 - z, xBegin + x).thicken = th;
} else {