]> git.mxchange.org Git - flightgear.git/commit
crashfix: handleCommand() is called from other modules (input callbacks,
authormfranz <mfranz>
Wed, 8 Mar 2006 16:06:32 +0000 (16:06 +0000)
committermfranz <mfranz>
Wed, 8 Mar 2006 16:06:32 +0000 (16:06 +0000)
commit6867462210515d94e6dbac0217a544e1f4899bae
treeedd7d4c1b59d418a008bbae80c4cd6a15c61f3b6
parentb7ef6d8cefd3d8490c89971999830cdedfddec4d
crashfix: handleCommand() is called from other modules (input callbacks,
fgcommands from C++ or GUI), so we need a separate context here. (See
also solution in FGNasalListener::valueChanged)
src/Scripting/NasalSys.cxx