Skip to content
Snippets Groups Projects
Commit ba59482e authored by Yoel's avatar Yoel
Browse files

Revert "Changed one private member to public"

This reverts commit c132da59.
parent db64192a
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,10 @@ class Hit { ...@@ -18,11 +18,10 @@ class Hit {
float scalar() const; float scalar() const;
// Attributes // Attributes
// TODO TexelPos // TODO TexelPos
std::shared_ptr<material::Material> material;
private: private:
util::Vec3 hit, n; util::Vec3 hit, n;
float t; float t;
std::shared_ptr<material::Material> material;
}; };
} // namespace cam } // namespace cam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment