diff --git a/src/TapDelay.cpp b/src/TapDelay.cpp index f4d52c3..3c4a53a 100644 --- a/src/TapDelay.cpp +++ b/src/TapDelay.cpp @@ -72,7 +72,7 @@ void TapDelay :: setTapDelays( std::vector taps ) if ( taps.size() != outPoint_.size() ) { outPoint_.resize( taps.size() ); delays_.resize( taps.size() ); - lastFrame_.resize( 1, (unsigned int)taps.size(), 0.0 ); + lastFrame_.resize( 1, (unsigned int)taps.size(), 0.0 ); } for ( unsigned int i=0; i