Removed accidental check in of debug print.

This commit is contained in:
Justin Marshall
2020-07-06 16:27:35 -07:00
parent f4964c83e9
commit 8f08fd61ce
+1 -1
View File
@@ -1043,7 +1043,7 @@ void CellClass::ConvertIsoCoordsToScreen(int& x, int& y) {
x = tempPt_x - CELL_PIXEL_W;
y = tempPt_y - CELL_PIXEL_H;
Console_Printf("%d %d\n", x, y);
//Console_Printf("%d %d\n", x, y);
}
bool CellClass::ScreenCoordsToIsoCoords(COORDINATE screenCoord, COORDINATE& isoCoord) {