From 5e4cf95b632bcf83b3e1a9d14a7eba717b87ec50 Mon Sep 17 00:00:00 2001 From: Rogier Date: Sun, 7 Jun 2015 20:31:28 +0200 Subject: [PATCH] Remove a line of lingering debug code --- TileGenerator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/TileGenerator.cpp b/TileGenerator.cpp index c347b4d..ca3a290 100644 --- a/TileGenerator.cpp +++ b/TileGenerator.cpp @@ -1313,7 +1313,6 @@ void TileGenerator::pushPixelRows(PixelAttributes &pixelAttributes, int zPosLimi int mapY = y - m_mapYStartNodeOffset / m_scaleFactor; #define pixel pixelAttributes.attribute(y, x) //PixelAttribute &pixel = pixelAttributes.attribute(y, x); - //if (x < 2 && y < 2) if (pixel.nextEmpty) { x += 16 / m_scaleFactor - 1; continue;