Răsfoiți Sursa

stdfloat_double issue

David Rose 12 ani în urmă
părinte
comite
74621e39b6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);