Browse Source

small typo

David Rose 14 years ago
parent
commit
f5d6dc7bfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/pfmprogs/pfmBba.cxx

+ 1 - 1
pandatool/src/pfmprogs/pfmBba.cxx

@@ -93,7 +93,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) {
     for (int i = 0; i < 8; ++i) {
       points[i] = bounds->get_point(i);
     }
-    LPlanef plane(points[0], points[1], points[2]);
+    LPlane plane(points[0], points[1], points[2]);
     LVector3 normal = plane.get_normal();
 
     static const PN_stdfloat scale = 20.0f;