Revert "Fixed output bug in terrafit"
This reverts commit b7f834290624ab7df7d3df00e81a9fea4933a7fc.
This commit is contained in:
parent
50e591df63
commit
21824171fd
1 changed files with 0 additions and 2 deletions
|
@ -180,8 +180,6 @@ void fit_file(const std::string& path) {
|
|||
return;
|
||||
}
|
||||
|
||||
gzprintf(fp,"%d\n",mesh->pointCount());
|
||||
|
||||
for (int x=0;x<DEM->width;x++) {
|
||||
for (int y=0;y<DEM->height;y++) {
|
||||
if (mesh->is_used(x,y) != DATA_POINT_USED)
|
||||
|
|
Loading…
Add table
Reference in a new issue