From: ehofman Date: Fri, 5 Sep 2008 11:05:21 +0000 (+0000) Subject: revert the move of the sound positioning code, at least till i found out why it doesn... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2963b90195915bab1f22233cc263a8c902427908;p=flightgear.git revert the move of the sound positioning code, at least till i found out why it doesn't work this way. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 14debbd82..54d2bdbc7 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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); //