bsputil: --check: log world mins/maxs

This commit is contained in:
Eric Wasylishen 2017-12-12 20:48:57 -07:00
parent 3675805f54
commit 5e472bf817
1 changed files with 7 additions and 0 deletions

View File

@ -444,6 +444,13 @@ CheckBSPFile(const mbsp_t *bsp)
}
}
printf("world mins: %f %f %f maxs: %f %f %f\n",
bsp->dmodels[0].mins[0],
bsp->dmodels[0].mins[1],
bsp->dmodels[0].mins[2],
bsp->dmodels[0].maxs[0],
bsp->dmodels[0].maxs[1],
bsp->dmodels[0].maxs[2]);
}
int