Fix failure to reset m_fill on reset
This commit is contained in:
@@ -106,6 +106,7 @@ public:
|
|||||||
void reset() {
|
void reset() {
|
||||||
m_buffer.reset();
|
m_buffer.reset();
|
||||||
v_zero(m_sortspace.data(), m_sortspace.size());
|
v_zero(m_sortspace.data(), m_sortspace.size());
|
||||||
|
m_fill = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convenience function that applies a given filter to an array
|
// Convenience function that applies a given filter to an array
|
||||||
|
|||||||
Reference in New Issue
Block a user