]> git.mxchange.org Git - flightgear.git/commitdiff
remove a debugging left-over
authorehofman <ehofman>
Mon, 19 Oct 2009 11:08:27 +0000 (11:08 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 19 Oct 2009 22:00:08 +0000 (00:00 +0200)
src/Sound/sample_queue.cxx

index f09870947b95d725037c3be2566f4e6f47e5aa61..9d71401656527ca54371c3247f2b7620b5224ca1 100644 (file)
@@ -59,7 +59,6 @@ FGSampleQueue::~FGSampleQueue ()
 void
 FGSampleQueue::update (double dt)
 {
-return;
     // command sound manger
     bool new_pause = _pause->getBoolValue();
     if ( new_pause != last_pause ) {