1
0
Fork 0

Don't update twice..

This commit is contained in:
ehofman 2008-09-05 11:48:08 +00:00
parent 2963b90195
commit 88b2ae1471

View 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();