Skip to content
Snippets Groups Projects
Commit c25a40b6 authored by Delio Vicini's avatar Delio Vicini Committed by Wenzel Jakob
Browse files

Fixed toString method of box filter (#8)

parent e0a02101
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public:
}
std::string toString() const {
return formatString("GaussianFilter[radius=%f]", m_radius);
return formatString("BoxFilter[radius=%f]", m_radius);
}
MTS_DECLARE_CLASS()
......
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