pfm issue

This commit is contained in:
David Rose 2012-07-25 20:18:22 +00:00
parent ea78999dee
commit 33e6308d42

View File

@ -79,7 +79,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) {
if (!bba_filename.empty()) { if (!bba_filename.empty()) {
bba_filename.set_text(); bba_filename.set_text();
PT(BoundingHexahedron) bounds = file.compute_planar_bounds(pfm_bba_dist[0], pfm_bba_dist[1]); PT(BoundingHexahedron) bounds = file.compute_planar_bounds(LPoint2f(0.5, 0.5), pfm_bba_dist[0], pfm_bba_dist[1], false);
nassertr(bounds != (BoundingHexahedron *)NULL, false); nassertr(bounds != (BoundingHexahedron *)NULL, false);
pofstream out; pofstream out;