1
0
Fork 0

Fix HID input init

This commit is contained in:
James Turner 2018-06-24 14:53:37 +01:00
parent 5741cad568
commit b690be1206

View file

@ -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
}