From 33e6308d4245d6152a53c472073e06dd18f7e848 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 25 Jul 2012 20:18:22 +0000 Subject: [PATCH] pfm issue --- pandatool/src/pfmprogs/pfmBba.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/pfmprogs/pfmBba.cxx b/pandatool/src/pfmprogs/pfmBba.cxx index 87f3b438d1..3b9333018f 100755 --- a/pandatool/src/pfmprogs/pfmBba.cxx +++ b/pandatool/src/pfmprogs/pfmBba.cxx @@ -79,7 +79,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) { if (!bba_filename.empty()) { 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); pofstream out;