Fixed toString method of box filter (#8)
parent
e0a021019e
commit
c25a40b68c
|
@ -48,7 +48,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string toString() const {
|
std::string toString() const {
|
||||||
return formatString("GaussianFilter[radius=%f]", m_radius);
|
return formatString("BoxFilter[radius=%f]", m_radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
MTS_DECLARE_CLASS()
|
MTS_DECLARE_CLASS()
|
||||||
|
|
Loading…
Reference in New Issue