Update libxplanemp

This commit is contained in:
Roland Winklmeier
2018-06-10 11:56:23 +02:00
committed by Klaus Basan
parent ac6ab997e1
commit 128edcd118
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ namespace XSwiftBus
XPMPPlaneID id = nullptr;
if (modelName.empty())
{
id = XPMPCreatePlane(aircraftIcao.c_str(), airlineIcao.c_str(), livery.c_str(), getPlaneData, static_cast<void *>(this));
id = XPMPCreatePlane(aircraftIcao.c_str(), airlineIcao.c_str(), livery.c_str(), getPlaneData, planeLoaded, static_cast<void *>(this));
}
else
{