diff --git a/src/nvcore/Array.inl b/src/nvcore/Array.inl index fefa19e..a59dd89 100755 --- a/src/nvcore/Array.inl +++ b/src/nvcore/Array.inl @@ -253,7 +253,7 @@ namespace nv template void Array::fill(const T & elem) { - fill(m_buffer, m_size, elem) + fill(m_buffer, m_size, elem); } // Clear the buffer.