From: ThorstenB Date: Thu, 8 Mar 2012 07:58:44 +0000 (+0100) Subject: #702: Misspelled "devices" property node. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6113981b3946d28cf91e00afbba1e837d0713f72;p=flightgear.git #702: Misspelled "devices" property node. (Typo from my commit earlier this week) --- diff --git a/src/Input/FGKeyboardInput.cxx b/src/Input/FGKeyboardInput.cxx index f5eea9b3f..3f5bdfcb2 100644 --- a/src/Input/FGKeyboardInput.cxx +++ b/src/Input/FGKeyboardInput.cxx @@ -133,7 +133,7 @@ void FGKeyboardInput::postinit() void FGKeyboardInput::bind() { - _tiedProperties.setRoot(fgGetNode("/device/status", true)); + _tiedProperties.setRoot(fgGetNode("/devices/status", true)); _tiedProperties.Tie("keyboard", getModifiers); _tiedProperties.Tie("keyboard/shift", getModShift); _tiedProperties.Tie("keyboard/ctrl", getModCtrl);