Curtis L. Olson writes:

 > Just as a random stab in the dark I commented out ...
 > 
 >     globals->get_ATC_mgr()->update(delta_time_sec);
 > 
 > ... from the main loop and my frame rate at least doubled ... ?!?

If we take the ATC manager out of globals and add it to the main
subsystem manager (instead of updating manually), we can set it up to
update, say, every 2 seconds instead of every frame.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to