#702: Misspelled "devices" property node.
(Typo from my commit earlier this week)
This commit is contained in:
parent
ba8fd4c7d1
commit
6113981b39
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue