From 6113981b3946d28cf91e00afbba1e837d0713f72 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Thu, 8 Mar 2012 08:58:44 +0100 Subject: [PATCH] #702: Misspelled "devices" property node. (Typo from my commit earlier this week) --- src/Input/FGKeyboardInput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5