]> git.mxchange.org Git - flightgear.git/commitdiff
revert the move of the sound positioning code, at least till i found out why it doesn...
authorehofman <ehofman>
Fri, 5 Sep 2008 11:05:21 +0000 (11:05 +0000)
committerehofman <ehofman>
Fri, 5 Sep 2008 11:05:21 +0000 (11:05 +0000)
src/Main/main.cxx

index 14debbd829ffdc7fd70859516b7c43fb683d7764..54d2bdbc74735aa043db4fd53c2af6c619e1b014 100644 (file)
@@ -481,8 +481,6 @@ static void fgMainLoop( void ) {
             "Elapsed time is zero ... we're zinging" );
     }
 
-    SGSoundMgr *smgr = globals->get_soundmgr();
-    smgr->update(delta_time_sec);
     globals->get_subsystem_mgr()->update(delta_time_sec);
 
     //