1
0
Fork 0

#702: Misspelled "devices" property node.

(Typo from my commit earlier this week)
This commit is contained in:
ThorstenB 2012-03-08 08:58:44 +01:00
parent ba8fd4c7d1
commit 6113981b39

View file

@ -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);