Remove a line of lingering debug code

This commit is contained in:
Rogier 2015-06-07 20:31:28 +02:00
parent 673e8c6723
commit 5e4cf95b63

View File

@ -1313,7 +1313,6 @@ void TileGenerator::pushPixelRows(PixelAttributes &pixelAttributes, int zPosLimi
int mapY = y - m_mapYStartNodeOffset / m_scaleFactor; int mapY = y - m_mapYStartNodeOffset / m_scaleFactor;
#define pixel pixelAttributes.attribute(y, x) #define pixel pixelAttributes.attribute(y, x)
//PixelAttribute &pixel = pixelAttributes.attribute(y, x); //PixelAttribute &pixel = pixelAttributes.attribute(y, x);
//if (x < 2 && y < 2)
if (pixel.nextEmpty) { if (pixel.nextEmpty) {
x += 16 / m_scaleFactor - 1; x += 16 / m_scaleFactor - 1;
continue; continue;