mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Update libxplanemp
This commit is contained in:
committed by
Klaus Basan
parent
ac6ab997e1
commit
128edcd118
Submodule src/xswiftbus/libxplanemp updated: 340b0d9595...982162942a
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user