From: ehofman Date: Fri, 5 Sep 2008 11:48:08 +0000 (+0000) Subject: Don't update twice.. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88b2ae14716d3f6993874a2ba14a8ff8d2691562;p=flightgear.git Don't update twice.. --- diff --git a/src/Sound/fg_fx.cxx b/src/Sound/fg_fx.cxx index 6df4505d3..09a367d42 100644 --- a/src/Sound/fg_fx.cxx +++ b/src/Sound/fg_fx.cxx @@ -140,8 +140,8 @@ FGFX::update (double dt) #if 0 // moved back to the mainloop to prevent audio problems smgr->update(dt); -#endif update_pos_and_orientation(smgr, dt); +#endif // command sound manger bool pause = _pause->getBoolValue();