From 74621e39b6a03c889c95372ae301bbb088e57566 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 4 May 2013 02:53:10 +0000 Subject: [PATCH] stdfloat_double issue --- panda/src/grutil/pfmVizzer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/grutil/pfmVizzer.cxx b/panda/src/grutil/pfmVizzer.cxx index ffd2d96247..02a7d64b9b 100644 --- a/panda/src/grutil/pfmVizzer.cxx +++ b/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);