From 00464c237fbd3a01137099dedf23dc44569472fd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 24 May 2008 15:38:07 +0000 Subject: surface flags: light --- src/model/plane.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/model/plane.cc') diff --git a/src/model/plane.cc b/src/model/plane.cc index 761918f..a637b75 100644 --- a/src/model/plane.cc +++ b/src/model/plane.cc @@ -20,6 +20,7 @@ using math::Vector3f; Plane::Plane(Vector3f const & point0, Vector3f const &point1, Vector3f const &point2) { plane_detail = false; + plane_surface_flags = 0; plane_point[0] = point0; plane_point[1] = point1; -- cgit v1.2.3