removed sorting

This commit is contained in:
incredibleLeitman 2020-11-29 23:32:20 +01:00
parent b094cf70b3
commit 2b51a02f44

View File

@ -102,8 +102,7 @@ int main (int argc, char **argv)
}
}
// TODO: sort here, once and for all? xD
//sortPoints(points);
// debug print points
for (Point& pt : points)
{
std::cout << "pt: " << pt.x() << ", " << pt.y() << std::endl;