]> git.mxchange.org Git - flightgear.git/commitdiff
Don't update twice..
authorehofman <ehofman>
Fri, 5 Sep 2008 11:48:08 +0000 (11:48 +0000)
committerehofman <ehofman>
Fri, 5 Sep 2008 11:48:08 +0000 (11:48 +0000)
src/Sound/fg_fx.cxx

index 6df4505d3fd8bbc8b921e7b50ab6a28d937409d8..09a367d4229f8aec8fa6a55fa1b086700fe18f86 100644 (file)
@@ -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();