Fix HID input init
This commit is contained in:
parent
5741cad568
commit
b690be1206
1 changed files with 1 additions and 0 deletions
|
@ -714,6 +714,7 @@ FGHIDEventInput::~FGHIDEventInput()
|
|||
|
||||
void FGHIDEventInput::init()
|
||||
{
|
||||
FGEventInput::init();
|
||||
// have to wait until postinit since loading config files
|
||||
// requires Nasal to be running
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue