projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed Box::Extend(Vec3f&)
[MicroTrace.git]
/
EyeLightShader.hxx
diff --git
a/EyeLightShader.hxx
b/EyeLightShader.hxx
index
9b4777e
..
2d0bfe5
100644
(file)
--- 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
This page took
0.02503 seconds
and
4
git commands to generate.