]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Input / input.cxx
index a2419ca9ba4c473d77ec4715608310530eb68020..9e236f26910f3c69c68d3d4b4fea1a470096c205 100644 (file)
@@ -104,7 +104,7 @@ FGBinding::read (const SGPropertyNode * node)
 {
   const SGPropertyNode * conditionNode = node->getChild("condition");
   if (conditionNode != 0)
-    setCondition(fgReadCondition(globals->get_props(), conditionNode));
+    setCondition(sgReadCondition(globals->get_props(), conditionNode));
 
   _command_name = node->getStringValue("command", "");
   if (_command_name.empty()) {