Better road processing; flatter ground for towns

This commit is contained in:
Segey Lapin
2021-10-26 22:13:04 +03:00
parent 302719dd19
commit f2ef003610
5 changed files with 10 additions and 7 deletions

View File

@@ -209,10 +209,7 @@ protected:
}
inline void insert_hedge_to_grid_cell(int x, int y, struct half_edge *hedge)
{
static int count = 0;
count++;
set(x, y, hedge);
printf("count: %d\n", count);
}
};
class hg hedge_grid;