Browse Source

stdfloat_double issue

David Rose 12 years ago
parent
commit
74621e39b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/grutil/pfmVizzer.cxx

+ 1 - 1
panda/src/grutil/pfmVizzer.cxx

@@ -1042,7 +1042,7 @@ transform_point(LPoint3f &point) const {
   }
 
   if (_undist_lut != NULL) {
-    LPoint3 p;
+    LPoint3f p;
     if (!_undist_lut->calc_bilinear_point(p, point[0], 1.0 - point[1])) {
       // Point is missing.
       point.set(0, 0, 0);