From 8d83e1e3f86f8b97b1a871a39ae3706a03700a56 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 17 May 2006 09:26:04 +0000 Subject: [PATCH] Bah, revert. It still doesn't shut up the profiler. If it's not doing any work, it'll be quite quick. --- stepmania/src/RageSoundMixBuffer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageSoundMixBuffer.cpp b/stepmania/src/RageSoundMixBuffer.cpp index 3d742269e0..d265862321 100644 --- a/stepmania/src/RageSoundMixBuffer.cpp +++ b/stepmania/src/RageSoundMixBuffer.cpp @@ -62,8 +62,7 @@ void RageSoundMixBuffer::write( const int16_t *buf, unsigned size ) #ifdef USE_VEC if( g_bVector ) { - if( size ) - Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor ); + Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor ); return; } #endif