X-Git-Url: https://git.rohieb.name/MicroTrace.git/blobdiff_plain/0e3446ceb6fd6db0cb292671f37b46daaa2aed5b..68b3409314cb3fe96300a72a5f2ac04e95c7b7da:/EyeLightShader.hxx diff --git a/EyeLightShader.hxx b/EyeLightShader.hxx index 9b4777e..2d0bfe5 100644 --- a/EyeLightShader.hxx +++ b/EyeLightShader.hxx @@ -10,11 +10,10 @@ public: virtual ~EyeLightShader(); virtual Vec3f Shade(Ray& ray); - -protected: - Vec3f m_color; - private: EyeLightShader(); + +protected: + Vec3f m_color; }; #endif