remove a debugging left-over
This commit is contained in:
parent
b25940e1ea
commit
7d6631d9a6
1 changed files with 0 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue