--- a/src/scene.cc Sat Dec 08 16:02:37 2007 +0100
+++ b/src/scene.cc Sun Dec 09 10:45:26 2007 +0100
@@ -207,7 +207,6 @@
: smooth(false), A(aA), B(aB), C(aC)
{
material = amaterial;
- material->reflection = 0;
const Vector3 c = B->P - A->P;
const Vector3 b = C->P - A->P;