small typo

This commit is contained in:
David Rose 2012-02-18 04:50:58 +00:00
parent 1d5b7d4c55
commit f5d6dc7bfe
1 changed files with 1 additions and 1 deletions

View File

@ -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;