]> git.mxchange.org Git - flightgear.git/commit
bugfix: don't call the update_helper() for every instance of FGXMLAutopilot. Compute...
authortorsten <torsten>
Tue, 29 Dec 2009 15:34:02 +0000 (15:34 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 30 Dec 2009 09:34:11 +0000 (10:34 +0100)
commit95e2d62d94586e694c5241fcc46ad7a37173dce1
tree782084e59df426ad18cb327902788ee9578c92bd
parent5cad5aa7da2476ca8323a61f81dea59676dca085
bugfix: don't call the update_helper() for every instance of FGXMLAutopilot. Compute the helper properties only once per FGXMLAutopilotGroup's update() method. Only one AutopilotGroup shall be instantiated, but many Autopilots may exist.
src/Autopilot/xmlauto.cxx
src/Autopilot/xmlauto.hxx