Update to latest libxplanemp upstream.

This commit is contained in:
Mathew Sutcliffe
2017-04-17 22:43:42 +01:00
parent 53a021de78
commit d9989d6d2c
2 changed files with 5 additions and 1 deletions

View File

@@ -130,6 +130,10 @@ namespace XBus
{
return g_maxPlanes;
}
else if (strcmp(section, "debug") == 0 && strcmp(name, "allow_obj8_async_load") == 0)
{
return true;
}
return def;
}