From 88b2ae14716d3f6993874a2ba14a8ff8d2691562 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 5 Sep 2008 11:48:08 +0000 Subject: [PATCH] Don't update twice.. --- src/Sound/fg_fx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5