1
0
Fork 0

remove a debugging left-over

This commit is contained in:
ehofman 2009-10-19 11:08:27 +00:00 committed by Tim Moore
parent b25940e1ea
commit 7d6631d9a6

View 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 ) {